Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23448/10.3/unstable/main/finkinfo/utils

Modified Files:
        contacts.info 
Log Message:
Fix for modern fink (spaces in DocFiles)


Index: contacts.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils/contacts.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- contacts.info       20 Jun 2005 10:15:05 -0000      1.2
+++ contacts.info       8 Nov 2006 20:54:49 -0000       1.3
@@ -15,14 +15,17 @@
 <<
 
 # Install Phase:
-DocFiles: GPL\ License.rtf README COPYING
+DocFiles: README COPYING
 InstallScript: <<
  /usr/bin/install -d %i/bin
+ echo "Ignore errors about build/%n from 'install'"
  /usr/bin/install -m 755 build/contacts %i/bin || /usr/bin/install -m 755 
build/Deployment/contacts %i/bin
  /usr/bin/install -d %i/share
  /usr/bin/install -d %i/share/man
  /usr/bin/install -d %i/share/man/man1
  /usr/bin/install -m 644 contacts.1 %i/share/man/man1
+ /usr/bin/install -d %i/share/doc/%n
+ /usr/bin/install -m 644 GPL\ License.rtf %i/share/doc/%n
 <<
 
 # Additional Info
@@ -33,5 +36,8 @@
 DescUsage: <<
 Type 'man contacts' to get usage information.
 <<
+DescPackaging: <<
+'GPL License.rtf' can't be put into DocFiles because ot the space
+<<
 Homepage: http://gnufoo.org/contacts/contacts.html
 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to