X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=debian%2Frules;h=3b1475b04fc62b8b625b5443870d05f4a5419a37;hb=fef9b55d36a9fc19b01e8aca74ebb234d703d0d0;hp=ab5ea57719bc92f55a75d5cca633cb9c65b370e3;hpb=30a084c6a38fc7936637f57dce0b9cace321489e;p=ctsim.git diff --git a/debian/rules b/debian/rules index ab5ea57..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