Hello there,

While playing with some Perl modules I noticed that the doinst.sh for
perl-xml-sax won't work as expected because of a version- and platform-
dependent path that is hardcoded for Slackware 13.0 32-bit.

Fortunately, Perl itself knows the correct path, so the problem is easy
to fix with a doinst.sh like this:

---8<---
chroot . /usr/bin/perl -MConfig -MXML::SAX -e '
XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers
unless (-f $Config{installvendorlib} . "/XML/SAX/ParserDetails.ini");'
--->8---

Cheers!

-- 
http://beingboiled.info/slackware/
_______________________________________________
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/

Reply via email to