mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
5925bf810b
Fix doinst.sh to use the correct perl path. Thanks to Thomas Morper for the report. Clean up the build. Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
7 lines
234 B
Bash
7 lines
234 B
Bash
if [ -f @PERLPATH@/XML/SAX/ParserDetails.ini ]; then
|
|
echo "ParserDetails.ini file already installed.";
|
|
else
|
|
perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()"
|
|
echo "Creating ParserDetails.ini..."
|
|
fi
|
|
|