Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: Arslan S. on July 25, 2010, 02:31:10 AM

Title: typo at perl_xml_parser installed script
Post by: Arslan S. on July 25, 2010, 02:31:10 AM
Quote
#!/bin/sh

if [ -f /usr/local/lib/perl5/5.10.1/i686-linuxi/perllocal.pod ]; then
 cat /usr/local/share/perl_xml_parser/files/perllocal.pod >> /usr/local/lib/perl5/5.10.1/i686-linux/perllocal.pod
else
  [ -d /usr/local/lib/perl5/5.10.1/i686-linux ] ||
mkdir -p /usr/local/lib/perl5/5.10.1/i686-linux
  cp -p /usr/local/share/perl_xml_parser/files/perllocal.pod /usr/local/lib/perl5/5.10.1/i686-linux
fi
Title: Re: typo at perl_xml_parser installed script
Post by: Juanito on July 26, 2010, 11:29:46 PM
thanks - corrected extension uploaded