wok-stable diff perl-tk/receipt @ rev 11235
Up tmux (1.5)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sun Nov 06 09:57:32 2011 +0000 (2011-11-06) |
parents | 9f96d6c3e8db |
children |
line diff
1.1 --- a/perl-tk/receipt Sat Oct 09 14:59:19 2010 +0000 1.2 +++ b/perl-tk/receipt Sun Nov 06 09:57:32 2011 +0000 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