Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-11-02 22:43:01 +0300
committerEric Andersen <andersen@codepoet.org>1999-11-02 22:43:01 +0300
commit219d6f5e0cb4c8e1a9a5f554a8768c7afb12b0b4 (patch)
treeb57f1359fdb218ed9de072327ce65143c40ac6da /busybox.spec
parent2f6c04f63c55a03366dfd5848f00bda664c9a90d (diff)
Stuf
Diffstat (limited to 'busybox.spec')
-rw-r--r--busybox.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/busybox.spec b/busybox.spec
index 422725671..f44cdc7a4 100644
--- a/busybox.spec
+++ b/busybox.spec
@@ -32,8 +32,8 @@ for i in $h ; do
mkdir -p $RPM_BUILD_ROOT/`echo $i | sed -e 's/\(^.*\/\)\(.*\)/\1/g' `
(cd $RPM_BUILD_ROOT/bin ; ln -s ln `echo $i | sed -e 's/\(^.*\/\)\(.*\)/\2/g' ` );
done
-rm -f $RPM_BUILD_ROOT/bin/ln
-install -m 755 busybox $RPM_BUILD_ROOT/bin/ln
+rm -f $RPM_BUILD_ROOT/bin/busybox
+install -m 755 busybox $RPM_BUILD_ROOT/bin/busybox
%Clean
rm -rf $RPM_BUILD_ROOT