# HG changeset patch # User Pascal Bellard # Date 1357132997 -3600 # Node ID 18dff2eb17c1d9aaeed9b2c142bd7ebff3a1e830 # Parent 6e5120e373210a4b2e7db4eae54f3767bd0b1e94 clamtk: fix genpkg_rules (thanks ernia) diff -r 6e5120e37321 -r 18dff2eb17c1 clamtk/receipt --- a/clamtk/receipt Mon Dec 31 19:29:52 2012 +0100 +++ b/clamtk/receipt Wed Jan 02 14:23:17 2013 +0100 @@ -19,8 +19,9 @@ install -Dm755 $src/clamtk $fs/usr/bin/clamtk # libs + PERL_VER=$(grep ^VERSION= $WOK/perl/receipt | cut -d "=" -f2 | sed -e 's/"//g') for n in $src/lib/* ; do - install -Dm644 $n $fs/usr/share/perl5/site_perl/ClamTk/`basename $n` + install -Dm644 $n $fs/usr/lib/perl5/$PERL_VER/ClamTk/`basename $n` done #localization diff -r 6e5120e37321 -r 18dff2eb17c1 syslinux/stuff/iso2exe/README --- a/syslinux/stuff/iso2exe/README Mon Dec 31 19:29:52 2012 +0100 +++ b/syslinux/stuff/iso2exe/README Wed Jan 02 14:23:17 2013 +0100 @@ -32,7 +32,7 @@ - text launch SliTaz in RAM with text mode - install SliTaz UMSDOS like installation -If the prognam name includes one of the supported modes, the according mode is +If the program name includes one of the supported modes, the according mode is assumed. Example 'C:\> slitazlive.exe' starts SliTaz in RAM with graphics.