summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy White <jwhite@codeweavers.com>2013-02-08 14:37:18 -0600
committerJeremy White <jwhite@codeweavers.com>2013-02-11 09:17:56 -0600
commitcd4c4d1ffd2797908314a43a43d0e81fd6c2564e (patch)
tree9812a5332719a24221d817a88c9ee5b77edc8c39 /Makefile
parent934eeead70236786ce899e4b151df5c000bc28ae (diff)
Correct errors from rpmlintspice-html5-0.1.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 791c8f2..0f98ff8 100644
--- a/Makefile
+++ b/Makefile
@@ -66,5 +66,5 @@ local: tar rpm
git: gittar rpm
install:
- install -D apache.conf $(sysconfdir)/httpd/conf.d/spice-html5.conf
+ install --mode=644 -D apache.conf $(sysconfdir)/httpd/conf.d/spice-html5.conf
find . \( -iname '*.html' -or -iname '*.js' -or -iname '*.css' \) -exec install --mode=644 -D {} $(datadir)/spice-html5/{} \;