wok diff perl-tk/receipt @ rev 9872
Up: slitaz-boot-scripts (4.3)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 16 23:21:18 2011 +0200 (2011-05-16) |
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 Mon May 16 23:21:18 2011 +0200 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