[Pkg-php-commits] [php/debian-sid] recursively delete MYSQL_DATA_DIR in debian/rules clean

Sean Finney seanius at seanius.net
Wed Jun 9 19:06:02 UTC 2010


---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 1677f36..7878c79 100755
--- a/debian/rules
+++ b/debian/rules
@@ -379,7 +379,7 @@ clean: unprepared unpatch
 	rm -rf cli-build
 	rm -rf pear-build pear-build-download
 	rm -f debian/copyright
-	rm -f test-results.txt $(MYSQL_DATA_DIR)
+	rm -rf test-results.txt $(MYSQL_DATA_DIR)
 	dh_clean -Xorig
 
 	# clean up autogenerated cruft
-- 
1.6.5





More information about the Pkg-php-commits mailing list