summaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2009-07-09 10:40:43 -0700
committerGeoff Levand <geoffrey.levand@am.sony.com>2009-07-09 10:40:43 -0700
commit7043c5fcdf922b65dcef23bc03795dfd23e0dc61 (patch)
tree67cd11f4b3496054a4f863cde59c2329b793e8cc /rules.mk
parent877e5ba2735fe504c575204803827b5dbc39eeae (diff)
downloadtalos-petitboot-7043c5fcdf922b65dcef23bc03795dfd23e0dc61.tar.gz
talos-petitboot-7043c5fcdf922b65dcef23bc03795dfd23e0dc61.zip
makefile INSTALL variables
Add more INSTALL variables to the makefile. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/rules.mk b/rules.mk
index e743338..3a38957 100644
--- a/rules.mk
+++ b/rules.mk
@@ -120,13 +120,13 @@ parser-test: $(parser_test)
install: all $(rules) $(udhcpc)
$(INSTALL) -d $(DESTDIR)$(sbindir)/
- $(INSTALL) $(daemons) $(uis) $(utils) $(DESTDIR)$(sbindir)/
+ $(INSTALL_PROGRAM) $(daemons) $(uis) $(utils) $(DESTDIR)$(sbindir)/
$(INSTALL) -d $(DESTDIR)$(pkgdatadir)/artwork/
- $(INSTALL) $(addprefix $(top_srcdir)/ui/twin/artwork/,$(artwork)) \
+ $(INSTALL_DATA) $(addprefix $(top_srcdir)/ui/twin/artwork/,$(artwork)) \
$(DESTDIR)$(pkgdatadir)/artwork/
$(INSTALL) -d $(DESTDIR)$(pkgdatadir)/utils
- $(INSTALL) -m 644 $(top_srcdir)/$(rules) $(DESTDIR)$(pkgdatadir)/utils
- $(INSTALL) -m 644 $(top_srcdir)/$(udhcpc) $(DESTDIR)$(pkgdatadir)/utils
+ $(INSTALL_DATA) $(top_srcdir)/$(rules) $(DESTDIR)$(pkgdatadir)/utils
+ $(INSTALL_DATA) $(top_srcdir)/$(udhcpc) $(DESTDIR)$(pkgdatadir)/utils
dist: $(PACKAGE)-$(VERSION).tar.gz
OpenPOWER on IntegriCloud