r9779 - /trunk/libauthen-captcha-perl/debian/rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Nov 26 19:06:20 UTC 2007


Author: dmn
Date: Mon Nov 26 19:06:20 2007
New Revision: 9779

URL: http://svn.debian.org/wsvn/?sc=1&rev=9779
Log:
Fix removal of t/captcha_temp in clean target (it is a directory)

Modified:
    trunk/libauthen-captcha-perl/debian/rules

Modified: trunk/libauthen-captcha-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libauthen-captcha-perl/debian/rules?rev=9779&op=diff
==============================================================================
--- trunk/libauthen-captcha-perl/debian/rules (original)
+++ trunk/libauthen-captcha-perl/debian/rules Mon Nov 26 19:06:20 2007
@@ -28,7 +28,7 @@
 	dh_testroot
 	dh_clean build-stamp install-stamp
 	[ ! -f Makefile ] || $(MAKE) realclean
-	rm -f t/captcha_temp
+	rm -rf t/captcha_temp
 
 install: install-stamp
 install-stamp: build-stamp




More information about the Pkg-perl-cvs-commits mailing list