Rules file now works with publisher wizard again
[kitchenalert] / 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