wok diff xorg-libX11/receipt @ rev 1690

Add jfsutils
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 11 09:02:11 2008 +0000 (2008-11-11)
parents 075898aaed14
children 857621a8b6e4
line diff
     1.1 --- a/xorg-libX11/receipt	Wed Jul 16 16:20:36 2008 +0000
     1.2 +++ b/xorg-libX11/receipt	Tue Nov 11 09:02:11 2008 +0000
     1.3 @@ -15,14 +15,15 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	sed -i 's/^# keys/keys/' man/xkb/XkbGetKeyVirtualModMap.man
     1.8  	./configure \
     1.9  		--prefix=/usr \
    1.10  		--sysconfdir=/etc \
    1.11  		--mandir=/usr/share/man \
    1.12  		--localstatedir=/var \
    1.13  		--without-xcb \
    1.14 -		$CONFIGURE_ARGS
    1.15 -	make
    1.16 +		$CONFIGURE_ARGS &&
    1.17 +	make &&
    1.18  	make DESTDIR=$PWD/_pkg install
    1.19  }
    1.20