Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv17518

Modified Files:
        extutils-parsexs-pm.info 
Log Message:
RuntimeVars is only for package-specific variables with explicit values, not 
for manipulating shared variables. Need to custom-write profile.d if prepending 
to PATH


Index: extutils-parsexs-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/extutils-parsexs-pm.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- extutils-parsexs-pm.info    5 Oct 2011 20:09:10 -0000       1.12
+++ extutils-parsexs-pm.info    21 Oct 2011 01:21:39 -0000      1.13
@@ -1,6 +1,6 @@
 Package: extutils-parsexs-pm
 Version: 3.05
-Revision: 1
+Revision: 2
 Description: Converts Perl XS code into C code
 Type: perl
 Distribution: 10.6
@@ -21,10 +21,14 @@
        rm -rf %i/bin
        chmod +x %i/lib/perl5/ExtUtils/xsubpp
        mv %i/share/man/man1/xsubpp.1 %i/share/man/man1/xsubpp-fink.1
+
+       mkdir -p %i/etc/profile.d
+       echo 'prepend_path PATH %p/lib/perl5/ExtUtils' > %i/etc/profile.d/%n.sh
+       echo 'prepend_path PATH %p/lib/perl5/ExtUtils' > %i/etc/profile.d/%n.csh
+       chmod 755 %i/etc/profile.d/%n.* 
 <<
 UpdatePOD: true
 DocFiles: Changes README
-RuntimeVars: PATH: %p/lib/perl5/ExtUtils:$PATH
 
 # Additional Data:
 DescPackaging: <<


------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to