wok rev 13751

clamtk: fix genpkg_rules (thanks ernia)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jan 02 14:23:17 2013 +0100 (2013-01-02)
parents 6e5120e37321
children eceda27fe4a8
files clamtk/receipt syslinux/stuff/iso2exe/README
line diff
     1.1 --- a/clamtk/receipt	Mon Dec 31 19:29:52 2012 +0100
     1.2 +++ b/clamtk/receipt	Wed Jan 02 14:23:17 2013 +0100
     1.3 @@ -19,8 +19,9 @@
     1.4  	install -Dm755  $src/clamtk $fs/usr/bin/clamtk
     1.5  
     1.6  	# libs
     1.7 +	PERL_VER=$(grep ^VERSION= $WOK/perl/receipt | cut -d "=" -f2 | sed -e 's/"//g')
     1.8  	for n in $src/lib/* ; do
     1.9 -		install -Dm644 $n $fs/usr/share/perl5/site_perl/ClamTk/`basename $n`
    1.10 +		install -Dm644 $n $fs/usr/lib/perl5/$PERL_VER/ClamTk/`basename $n`
    1.11  	done
    1.12    
    1.13  	#localization
     2.1 --- a/syslinux/stuff/iso2exe/README	Mon Dec 31 19:29:52 2012 +0100
     2.2 +++ b/syslinux/stuff/iso2exe/README	Wed Jan 02 14:23:17 2013 +0100
     2.3 @@ -32,7 +32,7 @@
     2.4  - text	 	launch SliTaz in RAM with text mode
     2.5  - install	SliTaz UMSDOS like installation
     2.6  
     2.7 -If the prognam name includes one of the supported modes, the according mode is
     2.8 +If the program name includes one of the supported modes, the according mode is
     2.9  assumed. Example 'C:\> slitazlive.exe' starts SliTaz in RAM with graphics.
    2.10  
    2.11