From: Kevin M. Rosenberg Date: Wed, 1 May 2002 14:38:26 +0000 (+0000) Subject: r1854: *** empty log message *** X-Git-Tag: debian-4.5.3-3~321 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=5c816a4283fb6a0c5b9ac04164248271113e7e4c r1854: *** empty log message *** --- 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