X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Frules;h=55d1fbb5d3f614d25a3ebcd9baad28aad778c24d;hb=24eec6fc9a65aafae1390a23988edbe72c4d2153;hp=701e197cccffa1e5b31e8cf0a98f3d04f9474a8e;hpb=3538df3be1414693af20ba8428e0efb5cfabd63d;p=grml-scripts.git diff --git a/debian/rules b/debian/rules index 701e197..55d1fbb 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/ - ( cd compile ; make clean ) + ( cd compile && make clean ) ( cd doc && make clean ) dh_clean