]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
fix another bug in debian packaging
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 17 Sep 2008 09:08:54 +0000 (11:08 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Wed, 17 Sep 2008 09:08:54 +0000 (11:08 +0200)
debian/rules

index 869de5a539629281bb4f597506fafc534e6e26af..ab49db982ea01da1c46363225bcd9c919f02bf32 100755 (executable)
@@ -2,9 +2,7 @@
 
 build: build-stamp
 build-stamp:
-       dh build --before configure
-       grep -v PLUGINNAME < defconfig > .config
-       dh build --after  configure
+       dh build
        touch build-stamp
 
 clean: