diff options
author | Florian Weimer <fw@deneb.enyo.de> | 2011-02-20 12:10:11 +0100 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2011-04-26 09:47:47 +0200 |
commit | a707b15ff282de22e692bff27a7e5a095fce0992 (patch) | |
tree | 488d7ef33798050d268856b6fabd5c425929a92e | |
parent | 50c8944c0b08a169cccf8de79eb11aa14a9cd680 (diff) | |
download | golang-a707b15ff282de22e692bff27a7e5a095fce0992.tar.gz |
Delete bin directory in clean target
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 01e0a77de..6ead4db7e 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,7 @@ build clean install binary-arch binary-indep binary: +dh --parallel $(opt_no_act) $@ override_dh_auto_clean: debian/golang-src.install + rm -rf bin rm -f debian/*+ rm -f debian/build.stamp : NEEDSWORK: update src/pkg/Makefile. |