summaryrefslogtreecommitdiffstats
path: root/rules/atop.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-06 00:44:46 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-06 13:24:53 +0100
commit64a38b6abb7623ba353bccf0cc21ae9ae68b01e6 (patch)
treee6a8d536e5ea9322358d5addcf5a5ea8b801d7d3 /rules/atop.make
parentb25739e683bb4bbe865c91b104f400a8e6d5a19a (diff)
downloadptxdist-64a38b6abb7623ba353bccf0cc21ae9ae68b01e6.tar.gz
ptxdist-64a38b6abb7623ba353bccf0cc21ae9ae68b01e6.tar.xz
[atop] cleanup targetinstall
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/atop.make')
-rw-r--r--rules/atop.make3
1 files changed, 1 insertions, 2 deletions
diff --git a/rules/atop.make b/rules/atop.make
index a15dd9672..a6862cc6d 100644
--- a/rules/atop.make
+++ b/rules/atop.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id: atop.make 6158 2006-10-16 14:26:15Z rsc $
#
# Copyright (C) 2008 by Remy Bohmer, Netherlands
#
@@ -59,7 +58,7 @@ $(STATEDIR)/atop.targetinstall:
@$(call install_fixup, atop,DEPENDS,)
@$(call install_fixup, atop,DESCRIPTION,missing)
- @$(call install_copy, atop, 0, 0, 0755, $(ATOP_DIR)/atop, /usr/bin/atop)
+ @$(call install_copy, atop, 0, 0, 0755, -, /usr/bin/atop)
@$(call install_finish, atop)