diff options
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 ed1b2deb1..5e9df9d0e 100644 --- a/examples/busybox.spec +++ b/examples/busybox.spec @@ -21,7 +21,7 @@ embedded system. %setup -q -n %{Name}-%{Version} %Build -make +BB_INIT_RC_EXIT_CMD=\"/bin/sh\" make %Install rm -rf $RPM_BUILD_ROOT |