summaryrefslogtreecommitdiffstats
path: root/rules/usplash.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2008-06-06 10:50:45 +0000
committerMichael Olbrich <m.olbrich@pengutronix.de>2008-06-06 10:50:45 +0000
commitd06a986ee296bb3cf96d18594752527c719a7a1f (patch)
tree16f672819c68b0a3fe8ccde5545663f7c539970c /rules/usplash.make
parent2449574efadad3ae4abf7cde4f9283228de70d9f (diff)
downloadptxdist-d06a986ee296bb3cf96d18594752527c719a7a1f.tar.gz
ptxdist-d06a986ee296bb3cf96d18594752527c719a7a1f.tar.xz
* fix targetinstall
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8455 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/usplash.make')
-rw-r--r--rules/usplash.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/usplash.make b/rules/usplash.make
index 53f253c0d..29cc6c538 100644
--- a/rules/usplash.make
+++ b/rules/usplash.make
@@ -119,7 +119,7 @@ $(STATEDIR)/usplash.targetinstall:
@$(call install_fixup, usplash,DEPENDS,)
@$(call install_fixup, usplash,DESCRIPTION,missing)
- @$(call install_copy, usplash, 0, 0, 0755, $(USPLASH_DIR)/.libs/usplash, /sbin/usplash)
+ @$(call install_copy, usplash, 0, 0, 0755, $(USPLASH_DIR)/usplash, /sbin/usplash)
@$(call install_copy, usplash, 0, 0, 0755, $(USPLASH_DIR)/usplash_write, /sbin/usplash_write)
@$(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)