summaryrefslogtreecommitdiffstats
path: root/rules/lsof.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-04-12 11:41:29 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-04-12 15:30:48 +0200
commit4a1855c656cc38025d8e782521de8b9b484668a2 (patch)
treee4b9a6ddb6c9ee01d37e587b1d0f9e48d5a445a1 /rules/lsof.make
parent941a54a1e78df190a346076a33ef03f99ad3711c (diff)
downloadptxdist-4a1855c656cc38025d8e782521de8b9b484668a2.tar.gz
ptxdist-4a1855c656cc38025d8e782521de8b9b484668a2.tar.xz
[lsof] create real install stage
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/lsof.make')
-rw-r--r--rules/lsof.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/lsof.make b/rules/lsof.make
index 9c368bb3f..4a870602d 100644
--- a/rules/lsof.make
+++ b/rules/lsof.make
@@ -64,6 +64,7 @@ $(STATEDIR)/lsof.prepare:
$(STATEDIR)/lsof.install:
@$(call targetinfo)
+ install -D -m 755 "$(LSOF_DIR)/lsof" "$(LSOF_PKGDIR)/usr/bin/lsof"
@$(call touch)
# ----------------------------------------------------------------------------
@@ -82,7 +83,7 @@ $(STATEDIR)/lsof.targetinstall:
@$(call install_fixup, lsof,DEPENDS,)
@$(call install_fixup, lsof,DESCRIPTION,missing)
- @$(call install_copy, lsof, 0, 0, 0755, $(LSOF_DIR)/lsof, /usr/bin/lsof)
+ @$(call install_copy, lsof, 0, 0, 0755, -, /usr/bin/lsof)
@$(call install_finish, lsof)