[SCM] Image Reduction and Analysis Facility branch, debian, updated. b99a3a0a4e209a125072c8fe3f2f3e2fe7d5dbee

Ole Streicher debian at liska.ath.cx
Tue Jun 4 19:50:52 UTC 2013


The following commit has been merged in the debian branch:
commit b99a3a0a4e209a125072c8fe3f2f3e2fe7d5dbee
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Tue Jun 4 21:50:24 2013 +0200

    Remove verbosity from mkdir

diff --git a/debian/patches/remove-absolute-path.patch b/debian/patches/remove-absolute-path.patch
index 8767ef5..e290251 100644
--- a/debian/patches/remove-absolute-path.patch
+++ b/debian/patches/remove-absolute-path.patch
@@ -109,7 +109,7 @@
 +	setenv XDG_DATA_HOME ${HOME}/.local/share
 +    endif
 +    echo  "s+U_IMDIR+${XDG_DATA_HOME}/imdir/+"			>> _sed
-+    mkdir -vp ${XDG_DATA_HOME}/imdir/
++    mkdir -p ${XDG_DATA_HOME}/imdir/
  else
      whoami	| sed -e "s;.*;s+U_IMDIR+${imdir}/&/+;"		>> _sed
      whoami	| sed -e "s;.*;mkdir $imdir/& 2> /dev/null;" | sh
@@ -122,7 +122,7 @@
 +	setenv XDG_CACHE_HOME ${HOME}/.cache
 +    endif
 +    echo  "s+U_CACHEDIR+${XDG_CACHE_HOME}/iraf/+"		>> _sed
-+    mkdir -vp ${XDG_CACHE_HOME}/iraf/
++    mkdir -p ${XDG_CACHE_HOME}/iraf/
  else
      whoami	| sed -e "s;.*;s+U_CACHEDIR+${cachedir}/&/+;"	>> _sed
      whoami	| sed -e "s;.*;mkdir $cachedir/& 2> /dev/null;" | sh

-- 
Image Reduction and Analysis Facility



More information about the debian-science-commits mailing list