Rules file now works with publisher wizard again v0.4.0
authorHeli Hyvättinen <heli.hyvattinen@kymp.net>
Sun, 4 Sep 2011 13:47:40 +0000 (16:47 +0300)
committerHeli Hyvättinen <heli.hyvattinen@kymp.net>
Sun, 4 Sep 2011 13:47:40 +0000 (16:47 +0300)
Something had changed when QtCreator was updated and the old file no
longer worked...

src/qtc_packaging/debian_fremantle/rules

index 31217c6..540b85c 100755 (executable)
@@ -37,8 +37,9 @@ clean:
        dh_testroot
        rm -f build-stamp configure-stamp
 
-       # Add here commands to clean up after the build process.
-       $(MAKE) clean
+        # Add here commands to clean up after the build process.
+        # added '-' so that it won't fail when run on packaging wizard
+       -$(MAKE) clean
 
        dh_clean