X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=3b1475b04fc62b8b625b5443870d05f4a5419a37;hb=5c816a4283fb6a0c5b9ac04164248271113e7e4c;hp=8a4681f198a2955d2c1fc98d713ee89b0054c845;hpb=b8684b11cc5a573c333bb5ddee682b323005a91a;p=ctsim.git diff --git a/debian/rules b/debian/rules index 8a4681f..3b1475b 100755 --- a/debian/rules +++ b/debian/rules @@ -38,7 +38,7 @@ clean: rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. -$(MAKE) distclean - find . -type f -and -name "*~" -or -name ".*~" -exec rm -f {} \; + find . -type f -and -name \*~ -or -name .\*~ -exec rm -f {} \; rm -f debian/ctsim.postinst.* debian/ctsim.prerm.* dh_clean