diff options
Diffstat (limited to 'applets')
-rwxr-xr-x | applets/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applets/install.sh b/applets/install.sh index 4ec96c254..b02350262 100755 --- a/applets/install.sh +++ b/applets/install.sh | |||
@@ -43,7 +43,7 @@ if [ "$cleanup" = "1" ] && [ -e "$prefix/bin/busybox" ]; then | |||
43 | inode=`ls -i "$prefix/bin/busybox" | awk '{print $1}'` | 43 | inode=`ls -i "$prefix/bin/busybox" | awk '{print $1}'` |
44 | sub_shell_it=` | 44 | sub_shell_it=` |
45 | cd "$prefix" | 45 | cd "$prefix" |
46 | for d in usr/sbin usr/bin sbin bin ; do | 46 | for d in usr/sbin usr/bin sbin bin; do |
47 | pd=$PWD | 47 | pd=$PWD |
48 | if [ -d "$d" ]; then | 48 | if [ -d "$d" ]; then |
49 | cd $d | 49 | cd $d |
@@ -58,7 +58,7 @@ rm -f $prefix/bin/busybox || exit 1 | |||
58 | mkdir -p $prefix/bin || exit 1 | 58 | mkdir -p $prefix/bin || exit 1 |
59 | install -m 755 busybox $prefix/bin/busybox || exit 1 | 59 | install -m 755 busybox $prefix/bin/busybox || exit 1 |
60 | 60 | ||
61 | for i in $h ; do | 61 | for i in $h; do |
62 | appdir=`dirname $i` | 62 | appdir=`dirname $i` |
63 | mkdir -p $prefix/$appdir || exit 1 | 63 | mkdir -p $prefix/$appdir || exit 1 |
64 | if [ "$2" = "--hardlinks" ]; then | 64 | if [ "$2" = "--hardlinks" ]; then |