[jasperreports] 03/04: debian/rules: Add -p option to mkdir

Markus Koschany apo-guest at moszumanska.debian.org
Tue Oct 20 18:53:17 UTC 2015


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository jasperreports.

commit 1b0570cce0040c3c8a3e20013a755c08d199b830
Author: Markus Koschany <apo at gambaru.de>
Date:   Tue Oct 20 20:11:24 2015 +0200

    debian/rules: Add -p option to mkdir
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 5b800ca..8a9bcf2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ export JAVA_HOME=/usr/lib/jvm/default-java
 	dh $@ --parallel --with javahelper,jh_maven_repo_helper --buildsystem=ant
 
 override_dh_auto_build:
-	mkdir lib
+	mkdir -p lib
 	ant alljars docs
 	$(RM) -r lib
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jasperreports.git



More information about the pkg-java-commits mailing list