Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv32221/finkinfo/x11

Modified Files:
        qwtplot3d.info 
Log Message:
Remove trailing slashes on directory argument of cp command--they give the
wrong behavior for the system's cp (and still give the correct behavior for
that from coreutils-default).

Index: qwtplot3d.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/qwtplot3d.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- qwtplot3d.info      5 Jan 2007 17:44:34 -0000       1.4
+++ qwtplot3d.info      16 Jan 2007 00:20:52 -0000      1.5
@@ -27,7 +27,7 @@
 
 InstallScript: <<
 mkdir -p %i/lib/qt3/qwtplot3d
-cp -R lib/ %i/lib/qt3/qwtplot3d/
+cp -R lib %i/lib/qt3/qwtplot3d/
 
 cp -R include/ %i/lib/qt3/qwtplot3d/
 <<


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to