]> git.pld-linux.org Git - packages/busybox.git/commitdiff
fix BOOT subpackage
authorArtur Frysiak <artur@frysiak.net>
Tue, 28 Aug 2001 12:13:24 +0000 (12:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
release 12

Changed files:
    busybox.spec -> 1.25

busybox.spec

index 81074d830c7b34119f1bf564e536b4fc285bbe05..01e9d925973adac8da7e043d2263bf78b8a0b72b 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Set of common unix utils for embeded systems
 Summary(pl):   Zestaw narzêdzi uniksowych dla systemów wbudowanych
 Name:          busybox
 Version:       0.51
-Release:       11
+Release:       12
 License:       GPL
 Group:         Applications
 Group(de):     Applikationen
@@ -91,7 +91,7 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_libdir}/busybox}
 %if %{?BOOT:1}%{!?BOOT:0}
 install -d $RPM_BUILD_ROOT%{_libdir}/bootdisk/{bin,%{_libdir}}
 
-install busybox-BOOT $RPM_BUILD_ROOT%{_libdir}/bootdisk/bin/
+install busybox-BOOT $RPM_BUILD_ROOT%{_libdir}/bootdisk/bin/busybox
 
 for i in `cat busybox.links`; do
        ln -sfn busybox "$RPM_BUILD_ROOT%{_libdir}/bootdisk/bin/`basename $i`"
This page took 0.033065 seconds and 4 git commands to generate.