[DRE-commits] [gitlab-shell] 02/07: remove bin in clean
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue Nov 10 17:42:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository gitlab-shell.
commit 6a4d5534881832fff2ca03fa1445822e6112e0ad
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Tue Nov 10 19:25:55 2015 +0530
remove bin in clean
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index eff8364..229030d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,5 +21,5 @@ override_dh_auto_build:
if test -d bin; then mv bin debian; fi
clean:
- if test -d debian/bin; then mv debian/bin .; fi
+ if test -d debian/bin; then rm -rf bin;mv debian/bin .; fi
dh clean --buildsystem=ruby --with ruby
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab-shell.git
More information about the Pkg-ruby-extras-commits
mailing list