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