Update of /cvsroot/fink/fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7122

Modified Files:
        install.sh ChangeLog 
Log Message:
Why do we need to list perlmod subdirs in two places?


Index: install.sh
===================================================================
RCS file: /cvsroot/fink/fink/install.sh,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- install.sh  17 Oct 2005 12:57:49 -0000      1.38
+++ install.sh  17 Oct 2005 19:47:51 -0000      1.39
@@ -66,7 +66,7 @@
 install -c -p -m 644 images/*.png "$basepath/share/fink/images/"
 
 # copy all perl modules
-for subdir in . Fink Fink/Text Fink/Notify ; do
+for subdir in . Fink Fink/{Text,Notify,Checksum} ; do
   for file in perlmod/${subdir}/*.pm ; do
     if [ -f $file ]; then
       install -c -p -m 644 $file "$basepath/lib/perl5/$subdir"

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.376
retrieving revision 1.377
diff -u -d -r1.376 -r1.377
--- ChangeLog   17 Oct 2005 12:57:49 -0000      1.376
+++ ChangeLog   17 Oct 2005 19:47:51 -0000      1.377
@@ -1,3 +1,7 @@
+2005-10-16  Daniel Macks  <[EMAIL PROTECTED]>
+
+       * install.sh: add plugins/Fink/Checksum/*.pm to the install list
+
 2005-10-16  Benjamin Reed <[EMAIL PROTECTED]>
 
        * install.sh: add plugins/Fink/Checksum/ to the install list



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to