summaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2009-03-25 12:35:50 +0000
committerJeremy Kerr <jk@ozlabs.org>2009-03-30 20:20:03 +1100
commit90615502bf1f12eb7cecd8baad49ade80592b0a3 (patch)
tree3734510f6ba3142f0d7e9710e8c7aebcb175b0bb /rules.mk
parent8f4ae00a310b64b2de82735cdbc3bf445f4dfba4 (diff)
downloadtalos-petitboot-90615502bf1f12eb7cecd8baad49ade80592b0a3.tar.gz
talos-petitboot-90615502bf1f12eb7cecd8baad49ade80592b0a3.zip
Makefile set udev rule permissions
Set the proper install file permissions on the udev rules. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.mk b/rules.mk
index 43e047b..d377f8b 100644
--- a/rules.mk
+++ b/rules.mk
@@ -110,7 +110,7 @@ install: all $(rules)
$(INSTALL) $(addprefix $(top_srcdir)/ui/twin/artwork/,$(artwork)) \
$(DESTDIR)$(pkgdatadir)/artwork/
$(INSTALL) -d $(DESTDIR)$(pkgdatadir)/utils
- $(INSTALL) $(top_srcdir)/$(rules) $(DESTDIR)$(pkgdatadir)/utils
+ $(INSTALL) -m 644 $(top_srcdir)/$(rules) $(DESTDIR)$(pkgdatadir)/utils
dist: $(PACKAGE)-$(VERSION).tar.gz
OpenPOWER on IntegriCloud