diff options
| author | Sean Finney <seanius@seanius.net> | 2010-06-09 19:10:30 +0000 |
|---|---|---|
| committer | Sean Finney <seanius@seanius.net> | 2010-06-09 19:10:51 +0000 |
| commit | f6a969aea2b6d86a8aeef3f98aca0ff1021aeefd (patch) | |
| tree | d605238e3bdfabdcc7657b8a50e96b6e0178cb21 /debian/rules | |
| parent | 38b7ab0c83af86d10ac4363cbb952a079532a56b (diff) | |
| download | php-f6a969aea2b6d86a8aeef3f98aca0ff1021aeefd.tar.gz | |
recursively delete MYSQL_DATA_DIR in debian/rules clean
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 1677f368e..7878c798d 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 |
