On Thu, 20 Oct 2011 15:45:36 -0400, Alexander Hansen wrote: > The declaration: > > RuntimeVars: PATH: %p/lib/perl5/ExtUtils:$PATH > > results in the following in /sw/etc/profile.d/extutils-parsexs-pm.sh: > > export > PATH='/sw/lib/perl5/ExtUtils:/sw/var/lib/fink/path-prefix-clang:/sw/bin:/sw/sbin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin' > > It looks like you'll need fancier profile.d scripts.
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.* Works For Me(tm). dan -- Daniel Macks [email protected] ------------------------------------------------------------------------------ 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-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
