diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-01-13 04:43:48 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-01-13 04:43:48 +0000 |
commit | 05df239ed90584156b820dbf3ede638208eb440f (patch) | |
tree | 990a3d6a9beb21420fae1f7d14886c84a5ce3c12 /examples | |
parent | 9a9a261569df0c88038de48eb233890ca189e9c0 (diff) | |
download | busybox-w32-05df239ed90584156b820dbf3ede638208eb440f.tar.gz busybox-w32-05df239ed90584156b820dbf3ede638208eb440f.tar.bz2 busybox-w32-05df239ed90584156b820dbf3ede638208eb440f.zip |
Bug fixes.
-Erik
Diffstat (limited to 'examples')
-rw-r--r-- | examples/busybox.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/busybox.spec b/examples/busybox.spec index d1a702642..ae7010186 100644 --- a/examples/busybox.spec +++ b/examples/busybox.spec | |||
@@ -1,5 +1,5 @@ | |||
1 | Name: busybox | 1 | Name: busybox |
2 | Version: 0.40 | 2 | Version: 0.41 |
3 | Release: 1 | 3 | Release: 1 |
4 | Group: System/Utilities | 4 | Group: System/Utilities |
5 | Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. | 5 | Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. |
@@ -21,7 +21,7 @@ embedded system. | |||
21 | %setup -q -n %{Name}-%{Version} | 21 | %setup -q -n %{Name}-%{Version} |
22 | 22 | ||
23 | %Build | 23 | %Build |
24 | BB_INIT_SCRIPT='\"/etc/rc.d/init.d/rcS\"' make | 24 | make |
25 | 25 | ||
26 | %Install | 26 | %Install |
27 | rm -rf $RPM_BUILD_ROOT | 27 | rm -rf $RPM_BUILD_ROOT |