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

index 701e197..55d1fbb 100755 (executable)
@@ -20,7 +20,7 @@ clean:
 
        # Add here commands to clean up after the build process.
        rm -rf $(CURDIR)/debian/grml-scripts/
-       ( cd compile ; make clean )
+       ( cd compile && make clean )
        ( cd doc && make clean )
 
        dh_clean