Update of /cvsroot/fink/dpkg-base-files
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv17906

Modified Files:
        ChangeLog install.sh 
Log Message:
"mkdir -p" so get whole dir hier's


Index: install.sh
===================================================================
RCS file: /cvsroot/fink/dpkg-base-files/install.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- install.sh  18 Dec 2009 04:52:31 -0000      1.2
+++ install.sh  18 Dec 2009 04:56:24 -0000      1.3
@@ -38,7 +38,7 @@
 chmod 755 $basepath
 
 for dir in lib/fink/dpkg-base-files share/doc/dpkg-base-files ; do
-  mkdir $basepath/$dir
+  mkdir -p $basepath/$dir
   chmod 755 $basepath/$dir
 done
 

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/dpkg-base-files/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ChangeLog   18 Dec 2009 04:52:31 -0000      1.3
+++ ChangeLog   18 Dec 2009 04:56:24 -0000      1.4
@@ -1,5 +1,9 @@
 2009-12-17  Daniel Macks  <dma...@netspace.org>
 
+       * install.sh: create whole directory hierarchies
+
+2009-12-17  Daniel Macks  <dma...@netspace.org>
+
        * VERSION: restart from 0.0
        * base-files.info.in, dpkg-base-files.info.in: renamed to match
        new module-name


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to