wok-stable diff perl-tk/receipt @ rev 11974
boinc: edit init script
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Fri Mar 02 11:53:04 2012 -0800 (2012-03-02) |
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 Fri Mar 02 11:53:04 2012 -0800 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