diff options
author | Julien Valroff <julien@kirya.net> | 2010-10-26 07:04:51 +0200 |
---|---|---|
committer | Julien Valroff <julien@kirya.net> | 2010-10-26 07:04:51 +0200 |
commit | d1f87da832e3e791ecf9058d9945a7425e9977d7 (patch) | |
tree | 1bd0af474d38c8384edfe6407564ce19360d900b /debian/rules | |
parent | f126cd24a3826e6cb433bd8898e2ca971f8e1fa6 (diff) |
Remove build directory to allow the package to be built twice in a rowdebian/0.3.3-1
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index c24dd54..87f510b 100755 --- a/debian/rules +++ b/debian/rules @@ -11,5 +11,6 @@ override_dh_auto_install: override_dh_auto_clean: -rm rapid-photo-downloader.1 + -rm -rf build/ dh_auto_clean |