summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-05-29 13:48:32 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-05-29 13:48:32 +0000
commit2e34c0369e5fb6cff7c596987d13e8db6ecad9b0 (patch)
tree49c972ba1bc1adff14629d15b28f32f762e44839
parent3abd1461cb49876d4c86f75488315ae065be759c (diff)
downloadptxdist-2e34c0369e5fb6cff7c596987d13e8db6ecad9b0.tar.gz
ptxdist-2e34c0369e5fb6cff7c596987d13e8db6ecad9b0.tar.xz
[usplash] don't install absolute link
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10608 33e552b5-05e3-0310-8538-816dae2090ed
-rw-r--r--rules/usplash.make5
1 files changed, 3 insertions, 2 deletions
diff --git a/rules/usplash.make b/rules/usplash.make
index 56db6ff9..00b13bef 100644
--- a/rules/usplash.make
+++ b/rules/usplash.make
@@ -2,6 +2,7 @@
# $Id: template-make 7759 2008-02-12 21:05:07Z mkl $
#
# Copyright (C) 2008 by Robert Schwebel
+# 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
#
# See CREDITS for details about who has contributed to this project.
#
@@ -91,7 +92,7 @@ $(STATEDIR)/usplash.targetinstall:
@$(call install_fixup, usplash,PRIORITY,optional)
@$(call install_fixup, usplash,VERSION,$(USPLASH_VERSION))
@$(call install_fixup, usplash,SECTION,base)
- @$(call install_fixup, usplash,AUTHOR,"Robert Schwebel <r.schwebel\@pengutronix.de>")
+ @$(call install_fixup, usplash,AUTHOR,"Robert Schwebel <r.schwebel@pengutronix.de>")
@$(call install_fixup, usplash,DEPENDS,)
@$(call install_fixup, usplash,DESCRIPTION,missing)
@@ -100,7 +101,7 @@ $(STATEDIR)/usplash.targetinstall:
@$(call install_copy, usplash, 0, 0, 0755, $(USPLASH_DIR)/usplash_down, /sbin/usplash_down)
@$(call install_copy, usplash, 0, 0, 0755, $(USPLASH_DIR)/update-usplash-theme, /sbin/update-usplash-theme)
@$(call install_copy, usplash, 0, 0, 0644, $(USPLASH_DIR)/.libs/libusplash.so.0, /lib/libusplash.so.0)
- @$(call install_link, usplash, /lib/libusplash.so.0, /lib/libusplash.so)
+ @$(call install_link, usplash, libusplash.so.0, /lib/libusplash.so)
@$(call install_finish, usplash)