Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv23819

Modified Files:
        commons-collections.info 
Log Message:
val-fix: avoid un-necessary subshell


Index: commons-collections.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/commons-collections.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- commons-collections.info    16 Jun 2007 22:04:08 -0000      1.4
+++ commons-collections.info    17 Jul 2008 04:09:54 -0000      1.5
@@ -19,7 +19,9 @@
 #!/bin/sh -xe
 
  install -d -m 755 %i/share/doc/%n
- ( cd build/docs; tar -cf - . | (cd %i/share/doc/%n; tar -xf -) )
+ pushd build/docs
+    tar -cf - . | (cd %i/share/doc/%n; tar -xf -)
+ popd
  find %i/share/doc/%n -type d -exec chmod 755 {} \;
  find %i/share/doc/%n -type f -exec chmod 644 {} \;
 <<


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to