]> git.sur5r.net Git - i3/i3/commitdiff
debian: fix debian/rules for multiple builds (Thanks ccount)
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 3 Aug 2011 02:09:59 +0000 (04:09 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 3 Aug 2011 02:09:59 +0000 (04:09 +0200)
debian/rules

index 47ef6940bf1526ad17a59cfa4a9df545d1877774..e62dd5eec074e09b51bfc3de626a378c4e590489 100755 (executable)
@@ -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