From: Michael Stapelberg Date: Wed, 3 Aug 2011 02:09:59 +0000 (+0200) Subject: debian: fix debian/rules for multiple builds (Thanks ccount) X-Git-Tag: 4.0.2~65^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4e87d6af30d2f8d26bfb6ca1bf9313d8c52885fc;p=i3%2Fi3 debian: fix debian/rules for multiple builds (Thanks ccount) --- diff --git a/debian/rules b/debian/rules index 47ef6940..e62dd5ee 100755 --- a/debian/rules +++ b/debian/rules @@ -31,7 +31,7 @@ build-stamp: clean: dh_testdir dh_testroot - rm -f build + rm -f build-stamp # Add here commands to clean up after the build process. [ ! -f Makefile ] || $(MAKE) distclean