wok diff perl-tk/receipt @ rev 9233
Fix a typo in icetea6-jdk
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Mar 12 05:22:21 2011 +0100 (2011-03-12) |
parents | 9f96d6c3e8db |
children | 2d12ebd38be4 |
line diff
1.1 --- a/perl-tk/receipt Sat Oct 09 14:59:19 2010 +0000 1.2 +++ b/perl-tk/receipt Sat Mar 12 05:22:21 2011 +0100 1.3 @@ -16,6 +16,9 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + /bin/chmod -R u+w * 1.8 + # The Xlib header is wrong... 1.9 + sed -i 's/XKeycodeToKeysym\(.*\)unsigned int/XKeycodeToKeysym\1KeyCode/' pTk/Xlib.h 1.10 perl Makefile.PL && 1.11 make DESTDIR=$PWD/_pkg install 1.12 } 1.13 @@ -25,6 +28,5 @@ 1.14 { 1.15 mkdir -p $fs 1.16 cp -a $_pkg/usr $fs/ 1.17 - strip -s $fs/usr/bin/* 1.18 } 1.19