diff options
author | Erik Andersen <andersen@codepoet.org> | 1999-12-21 02:55:11 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 1999-12-21 02:55:11 +0000 |
commit | d387d01f11c3b9438322c951cd1eac8f29ea6afc (patch) | |
tree | ed81f0f41ce4af3de74c5025180ca158f93f5809 /examples | |
parent | f294a0288d5f90616c5a096c2236442394112daa (diff) | |
download | busybox-w32-d387d01f11c3b9438322c951cd1eac8f29ea6afc.tar.gz busybox-w32-d387d01f11c3b9438322c951cd1eac8f29ea6afc.tar.bz2 busybox-w32-d387d01f11c3b9438322c951cd1eac8f29ea6afc.zip |
Sync to my local tree
Diffstat (limited to 'examples')
-rw-r--r-- | examples/busybox.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/busybox.spec b/examples/busybox.spec index a0351a08e..a8520074e 100644 --- a/examples/busybox.spec +++ b/examples/busybox.spec | |||
@@ -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_RC_EXIT_CMD=\"/bin/sh\" make | 24 | BB_INIT_RC_EXIT_CMD=\"/bin/sh\" BB_INIT_SCRIPT=\"/etc/rc.d/init.d/rcS\" make |
25 | 25 | ||
26 | %Install | 26 | %Install |
27 | rm -rf $RPM_BUILD_ROOT | 27 | rm -rf $RPM_BUILD_ROOT |