diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2008-02-20 15:02:41 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2008-02-20 15:02:41 +0000 |
| commit | 9167d11f83de7c377142eb826ba6146e3eef1038 (patch) | |
| tree | 65abc5da80d6299e09b0b0fecedc3e0ae322bd68 /bind.spec | |
| parent | 92d7b543c86f6d1fd6e13f46c50f71a07abfbf05 (diff) | |
- use -c -f instead --copy --force
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -258,8 +258,8 @@ export LDFLAGS="$LDFLAGS -lmudflapth -lpthread" export CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" export STD_CDEFINES="$CPPFLAGS" -libtoolize --copy --force; aclocal; autoconf -cp -f /usr/share/libtool/config.{guess,sub} . +libtoolize -c -f; aclocal --force; autoconf -f + %if %{WITH_DBUS} %ifarch s390x x86_64 ppc64 # every 64-bit arch EXCEPT ia64 has dbus architecture dependant @@ -404,7 +404,7 @@ for f in my.internal.zone.db slaves/my.slave.internal.zone.db slaves/my.ddns.int echo '@ in soa localhost. root 1 3H 15M 1W 1D ns localhost.' > sample/var/named/$f; done -/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.250 2008/02/20 14:35:02 atkac Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\ +/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.251 2008/02/20 15:02:41 atkac Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\ *\ * NOTE: you only need to create this file if it is to\ * differ from the following default contents: |
