]> git.pld-linux.org Git - packages/busybox.git/commitdiff
- don't copy config just to copy it over with abother one
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 17 Oct 2006 15:58:24 +0000 (15:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    busybox.spec -> 1.117

busybox.spec

index b029306bb08fe1e1077b69938c245134e8cb1d8f..58c0381fbb17384340c340046ca3d2bde7bc8e2e 100644 (file)
@@ -36,7 +36,7 @@ Summary(pl):  Zestaw narz
 Summary(pt_BR):        BusyBox é um conjunto de utilitários UNIX em um único binário
 Name:          busybox
 Version:       1.2.1
-Release:       1
+Release:       1.2
 License:       GPL
 Group:         Applications
 Source0:       http://www.busybox.net/downloads/%{name}-%{version}.tar.bz2
@@ -149,8 +149,6 @@ Statycznie skonsolidowany busybox dla initrd.
 %patch8 -p1
 
 %build
-install %{SOURCE1} .config
-
 %if %{with initrd}
 install %{SOURCE2} .config
 %{__make} oldconfig
@@ -170,11 +168,13 @@ install %{SOURCE2} .config
 
 mv -f busybox busybox.initrd
 %{__make} clean
-install %{SOURCE1} .config
 %endif
 
+
 %if %{with altconfig}
 install %{SOURCE3} .config
+%else
+install %{SOURCE1} .config
 %endif
 
 %if %{with static}
This page took 0.051167 seconds and 4 git commands to generate.