diff options
author | Erik Andersen | 2000-01-07 11:40:44 +0000 |
---|---|---|
committer | Erik Andersen | 2000-01-07 11:40:44 +0000 |
commit | 96e2abd0849c1980dad10013ef0d17027554ef9f (patch) | |
tree | b4313983e7883b477552c881868bc6709f9857d0 /examples/busybox.spec | |
parent | 286b0de74da3cba56b8cc7961a19044eb45969b2 (diff) | |
download | busybox-96e2abd0849c1980dad10013ef0d17027554ef9f.zip busybox-96e2abd0849c1980dad10013ef0d17027554ef9f.tar.gz |
Init is now even more perfect then before.
-Erik
Diffstat (limited to 'examples/busybox.spec')
-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 a852007..d1a7026 100644 --- a/examples/busybox.spec +++ b/examples/busybox.spec @@ -21,7 +21,7 @@ embedded system. %setup -q -n %{Name}-%{Version} %Build -BB_INIT_RC_EXIT_CMD=\"/bin/sh\" BB_INIT_SCRIPT=\"/etc/rc.d/init.d/rcS\" make +BB_INIT_SCRIPT='\"/etc/rc.d/init.d/rcS\"' make %Install rm -rf $RPM_BUILD_ROOT |