]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
more rpmlint fixes
authorWouter Wijngaards <wouter@NLnetLabs.nl>
Tue, 15 Aug 2006 11:15:34 +0000 (11:15 +0000)
committerWouter Wijngaards <wouter@NLnetLabs.nl>
Tue, 15 Aug 2006 11:15:34 +0000 (11:15 +0000)
makedist.sh
packaging/fedora/ldns.spec

index cb38b00baf8abb7ba7d1d6c06ea87889e30fc104..572a4963e28b08266d41c334399c560b9b86fab1 100755 (executable)
@@ -128,6 +128,9 @@ autoreconf || error_cleanup "Autoconf failed."
 info "Building configure script for examples (autoconf)."
 cd examples && autoreconf && cd .. || error_cleanup "Autoconf failed."
 
+info "Building configure script for drill (autoconf)."
+cd drill && autoreconf && cd .. || error_cleanup "Autoconf failed."
+
 rm -r autom4te* || error_cleanup "Failed to remove autoconf cache directory."
 
 # custom removes
index 2f745b4ab0d4c6a42efce2c31c4a731ab76ba0fa..b44b56272ff5a2eb94bb761360327e7551c8237f 100644 (file)
@@ -29,7 +29,6 @@ Requires: %{name} = %{version}-%{release}, openssl-devel
 The devel package contains the ldns library and the include files
 
 %prep
-rm -rf %{buildroot}
 %setup -q 
 libtoolize
 autoreconf