summaryrefslogtreecommitdiffstats
path: root/rules/libdaemon.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2010-09-10 01:02:44 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-10-22 11:15:33 +0200
commitf1ffda15127f3e5a7f98b932a72a87ab7bfc225e (patch)
treebc375ea23bb8d13f8a66c7abc2ecb2c7e6b73649 /rules/libdaemon.make
parentbf11bb7e797c9fda20fa32b229d6e8cf7f4b43db (diff)
downloadptxdist-f1ffda15127f3e5a7f98b932a72a87ab7bfc225e.tar.gz
ptxdist-f1ffda15127f3e5a7f98b932a72a87ab7bfc225e.tar.xz
[libdaemon] use install_lib
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libdaemon.make')
-rw-r--r--rules/libdaemon.make23
1 files changed, 7 insertions, 16 deletions
diff --git a/rules/libdaemon.make b/rules/libdaemon.make
index 5527e93f3..23a9ea71c 100644
--- a/rules/libdaemon.make
+++ b/rules/libdaemon.make
@@ -2,7 +2,7 @@
#
# Copyright (C) 2006 by Robert Schwebel
# 2010 by Marc Kleine-Budde <mkl@pengutronix.de>
-#
+#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
@@ -54,23 +54,14 @@ $(STATEDIR)/libdaemon.targetinstall:
@$(call targetinfo)
@$(call install_init, libdaemon)
- @$(call install_fixup,libdaemon,PRIORITY,optional)
- @$(call install_fixup,libdaemon,SECTION,base)
- @$(call install_fixup,libdaemon,AUTHOR,"Robert Schwebel <r.schwebel@pengutronix.de>")
- @$(call install_fixup,libdaemon,DESCRIPTION,missing)
-
- @$(call install_copy, libdaemon, 0, 0, 0644, -, \
- /usr/lib/libdaemon.so.0.5.0)
-
- @$(call install_link, libdaemon, \
- libdaemon.so.0.5.0, \
- /usr/lib/libdaemon.so.0)
+ @$(call install_fixup, libdaemon,PRIORITY,optional)
+ @$(call install_fixup, libdaemon,SECTION,base)
+ @$(call install_fixup, libdaemon,AUTHOR,"Robert Schwebel <r.schwebel@pengutronix.de>")
+ @$(call install_fixup, libdaemon,DESCRIPTION,missing)
- @$(call install_link, libdaemon, \
- libdaemon.so.0.5.0, \
- /usr/lib/libdaemon.so)
+ @$(call install_lib, libdaemon, 0, 0, 0644, libdaemon)
- @$(call install_finish,libdaemon)
+ @$(call install_finish, libdaemon)
@$(call touch)