X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=750424196340805f7b74069f8002641cbb47d21a;hb=20f49940e8fb2bfc790e88f25d1fa728b4067d1d;hp=f69535b1d2489c724f1f0cfbfa0542574c28756c;hpb=d46ea1232953a103caea4a05b80f071a1e7224d6;p=grml-scripts-core.git 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