From: Sebastian Boehm Date: Tue, 28 Dec 2010 13:38:07 +0000 (+0100) Subject: Only clean compile dir if it exists X-Git-Tag: v1.4.3~8^2 X-Git-Url: http://git.grml.org/?p=grml-scripts-core.git;a=commitdiff_plain;h=20f49940e8fb2bfc790e88f25d1fa728b4067d1d Only clean compile dir if it exists --- diff --git a/debian/rules b/debian/rules index f69535b..7504241 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ clean: # Add here commands to clean up after the build process. rm -rf $(CURDIR)/debian/grml-scripts-core/ - ( cd compile ; make clean ) + ( cd compile && make clean ) dh_clean