summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkloczek2002-07-21 20:05:21 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit8208c11d8df44ecc055285cd7d725f60d858a3be (patch)
tree84e8e41298ff7e676f22d6fc5c7d667e23c2ee9b
parent9e10fa33b8960f36a7677b6ca447e4f3f8c4b214 (diff)
downloadcdrdao-8208c11d8df44ecc055285cd7d725f60d858a3be.zip
cdrdao-8208c11d8df44ecc055285cd7d725f60d858a3be.tar.gz
- do not regenerate ac files in subdirectories in subshell.
Changed files: cdrdao.spec -> 1.20
-rw-r--r--cdrdao.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/cdrdao.spec b/cdrdao.spec
index 26064af..d19ca4b 100644
--- a/cdrdao.spec
+++ b/cdrdao.spec
@@ -7,7 +7,7 @@ Summary(pl): Narzędzia do wypalania płyt w trybie Disk At Once
Summary(pt_BR): Cdrdao - Escreve CD-Rs de áudio em modo "disk-at-once"
Name: cdrdao
Version: 1.1.5
-Release: 3
+Release: 4
License: GPL
Group: Applications/System
Source0: ftp://ftp.sourceforge.net/pub/sourceforge/cdrdao/%{name}-%{version}.src.tar.gz
@@ -73,7 +73,9 @@ niedestruktywne cięcie danych audio.
%patch3 -p1
%build
-(cd paranoia ; autoconf)
+cd paranoia
+{__autoconf}
+cd ..
%{__autoconf}
# false gtkmm-config path can be used to disable building of GNOME frontend
%configure \