SPECS: busybox.spec - don't copy config just to copy it over with ...

glen glen at pld-linux.org
Tue Oct 17 17:58:29 CEST 2006


Author: glen                         Date: Tue Oct 17 15:58:29 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- don't copy config just to copy it over with abother one

---- Files affected:
SPECS:
   busybox.spec (1.116 -> 1.117) 

---- Diffs:

================================================================
Index: SPECS/busybox.spec
diff -u SPECS/busybox.spec:1.116 SPECS/busybox.spec:1.117
--- SPECS/busybox.spec:1.116	Wed Aug  9 17:44:42 2006
+++ SPECS/busybox.spec	Tue Oct 17 17:58:24 2006
@@ -37,7 +37,7 @@
 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
@@ -150,8 +150,6 @@
 %patch8 -p1
 
 %build
-install %{SOURCE1} .config
-
 %if %{with initrd}
 install %{SOURCE2} .config
 %{__make} oldconfig
@@ -171,11 +169,13 @@
 
 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}
@@ -250,6 +250,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.117  2006/10/17 15:58:24  glen
+- don't copy config just to copy it over with abother one
+
 Revision 1.116  2006/08/09 15:44:42  sparky
 - extended TODO: non-initrd version uses /proc/self/exe to detect its binary,
   but /proc needs to be mounted
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/busybox.spec?r1=1.116&r2=1.117&f=u



More information about the pld-cvs-commit mailing list