wok diff perl-tk/receipt @ rev 14045

hydra: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 18 18:37:30 2013 +0100 (2013-02-18)
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 Feb 18 18:37:30 2013 +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