diff options
author | Jeremy White <jwhite@codeweavers.com> | 2013-02-08 14:37:18 -0600 |
---|---|---|
committer | Jeremy White <jwhite@codeweavers.com> | 2013-02-11 09:17:56 -0600 |
commit | cd4c4d1ffd2797908314a43a43d0e81fd6c2564e (patch) | |
tree | 9812a5332719a24221d817a88c9ee5b77edc8c39 /Makefile | |
parent | 934eeead70236786ce899e4b151df5c000bc28ae (diff) |
Correct errors from rpmlintspice-html5-0.1.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/{} \; |