Only clean compile dir if it exists
authorSebastian Boehm <sebastian@sometimesfood.org>
Tue, 28 Dec 2010 13:38:07 +0000 (14:38 +0100)
committerSebastian Boehm <sebastian@sometimesfood.org>
Tue, 28 Dec 2010 15:12:49 +0000 (16:12 +0100)
debian/rules

index f69535b..7504241 100755 (executable)
@@ -20,7 +20,7 @@ clean:
 
        # Add here commands to clean up after the build process.
        rm -rf $(CURDIR)/debian/grml-scripts-core/
 
        # 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
 
 
        dh_clean