wok rev 1542
xorg-libX11: hack compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 11 13:59:29 2008 +0000 (2008-10-11) |
parents | 7ae8a3f4e6a0 |
children | 610028bf46e9 |
files | xorg-libX11/receipt |
line diff
1.1 --- a/xorg-libX11/receipt Sat Oct 11 12:07:46 2008 +0000 1.2 +++ b/xorg-libX11/receipt Sat Oct 11 13:59:29 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