From 7915c67afe3c77c52a10e6b2222c8e4ebd441aa5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Heli=20Hyv=C3=A4ttinen?= Date: Sun, 4 Sep 2011 16:47:40 +0300 Subject: [PATCH] Rules file now works with publisher wizard again Something had changed when QtCreator was updated and the old file no longer worked... --- src/qtc_packaging/debian_fremantle/rules | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/qtc_packaging/debian_fremantle/rules b/src/qtc_packaging/debian_fremantle/rules index 31217c6..540b85c 100755 --- a/src/qtc_packaging/debian_fremantle/rules +++ b/src/qtc_packaging/debian_fremantle/rules @@ -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 -- 1.7.9.5