[med-svn] [genometools] 01/08: make directory creation more robust
    Sascha Steinbiss 
    satta at debian.org
       
    Fri Sep  2 21:26:17 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
satta pushed a commit to branch master
in repository genometools.
commit f155da8af87d707346093b6ecae87ed9816cc015
Author: Sascha Steinbiss <satta at debian.org>
Date:   Wed Aug 31 22:16:09 2016 +0000
    make directory creation more robust
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index f2dec07..919a023 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ endif
 	dh $@ --with python2
 
 override_dh_auto_clean:
-	mkdir obj
+	mkdir -p obj
 	$(MAKE) cleanup
 	cd doc/manuals; $(MAKE) cleanup
 	# should be deleted inside doc/manuals/Makefile
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/genometools.git
    
    
More information about the debian-med-commit
mailing list