]> git.pld-linux.org Git - packages/busybox.git/commitdiff
- cosmetics. busybox-0_51-2
authorkloczek <kloczek@pld-linux.org>
Sun, 20 May 2001 10:16:18 +0000 (10:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    busybox.spec -> 1.9

busybox.spec

index fd418940393b884ffa0602315cbf8df5ed91b498..5cd3c3d63eaa80c295b3362f8d8d94b91c840320 100644 (file)
@@ -33,10 +33,13 @@ a kernel, a shell (such as ash), and an editor (such as elvis-tiny or
 ae).
 
 %package BOOT
-Summary:       busybox for bootdisk
+Summary:       busybox for PLD bootdisk
 Group:         Applications
+Group(de):     Applikationen
+Group(pl):     Aplikacje
 
 %description BOOT
+busybox for PLD bootdisk.
 
 %prep
 %setup -q
@@ -44,7 +47,6 @@ Group:                Applications
 %patch1
 %patch2 -p1
 
-
 %build
 # BOOT
 cp %{SOURCE1} Config.h
@@ -57,22 +59,22 @@ cp %{SOURCE1} Config.h
 
 %install
 rm -rf $RPM_BUILD_ROOT
-# BOOT
-%{__install} -d $RPM_BUILD_ROOT%{_libdir}/bootdisk/bin/
-%{__install} -d $RPM_BUILD_ROOT%{_libdir}/bootdisk%{_libdir}/busybox
+%{__install} -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1},%{_libdir}/busybox/{bin,%{_libdir}/busybox}}
+
 %{__install} busybox $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`"; done
+
+for i in `cat busybox.links`; do
+       ln -sfn busybox "$RPM_BUILD_ROOT%{_libdir}/bootdisk/bin/`basename $i`"
+done
 %{__install} busybox.links $RPM_BUILD_ROOT%{_libdir}/bootdisk%{_libdir}/busybox
 # change sh to lash (see sh_name patch)
 mv -f $RPM_BUILD_ROOT%{_libdir}/bootdisk/bin/{sh,lash}
 
-%{__install} -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/busybox,%{_mandir}/man1}
 %{__install} busybox $RPM_BUILD_ROOT%{_bindir}
 %{__install} busybox.links $RPM_BUILD_ROOT%{_libdir}/busybox
 %{__install} docs/BusyBox.1 $RPM_BUILD_ROOT%{_mandir}/man1
 echo ".so BusyBox.1" > $RPM_BUILD_ROOT%{_mandir}/man1/busybox.1
 
-
 gzip -9nf AUTHORS TODO Changelog README
 
 %clean
This page took 0.129869 seconds and 4 git commands to generate.