From 13fc95fb5e00b2be5a893ef7289ffd0a069f03a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 17 Oct 2006 15:58:24 +0000 Subject: [PATCH] - don't copy config just to copy it over with abother one Changed files: busybox.spec -> 1.117 --- busybox.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/busybox.spec b/busybox.spec index b029306..58c0381 100644 --- a/busybox.spec +++ b/busybox.spec @@ -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} -- 2.44.0