2007-04-29 00:40:39 +02:00
|
|
|
---
|
|
|
|
applets/install.sh | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
2007-07-16 07:36:25 +02:00
|
|
|
--- a/applets/install.sh
|
|
|
|
+++ b/applets/install.sh
|
2007-04-29 00:40:39 +02:00
|
|
|
@@ -8,7 +8,7 @@ if [ -z "$prefix" ]; then
|
2007-11-19 10:18:53 +01:00
|
|
|
echo "usage: applets/install.sh DESTINATION [--symlinks/--hardlinks/--scriptwrapper]"
|
2007-04-29 00:40:39 +02:00
|
|
|
exit 1;
|
2007-01-16 00:06:26 +01:00
|
|
|
fi
|
|
|
|
-h=`sort busybox.links | uniq`
|
|
|
|
+h=`sort /usr/share/busybox/busybox.links | uniq`
|
2007-11-19 10:18:53 +01:00
|
|
|
scriptwrapper="n"
|
2007-01-16 00:06:26 +01:00
|
|
|
cleanup="0"
|
|
|
|
noclobber="0"
|