[Pkg-voip-commits] [SCM] UNNAMED PROJECT branch, master, updated. upstream/1.8.0_pre1-12-g6eb74a5

Daniel Pocock daniel at pocock.com.au
Sun May 20 17:14:22 UTC 2012


The following commit has been merged in the master branch:
commit 815bda875dd97d5ab9435c16eda5ad607891a7aa
Author: Daniel Pocock <daniel at pocock.com.au>
Date:   Sun May 20 18:59:55 2012 +0200

    Add -p to mkdir

diff --git a/debian/repro.postinst b/debian/repro.postinst
index 288d230..31a0d09 100644
--- a/debian/repro.postinst
+++ b/debian/repro.postinst
@@ -40,7 +40,7 @@ install() {
 
     if [ ! -d ${REPRO_HOME} ];
     then
-        mkdir ${REPRO_HOME} || exit 1
+        mkdir -p ${REPRO_HOME} || exit 1
         chown ${REPRO_USER}:${REPRO_GROUP} "${REPRO_HOME}"
     fi
 

-- 
UNNAMED PROJECT



More information about the Pkg-voip-commits mailing list