# HG changeset patch # User Pascal Bellard # Date 1223733569 0 # Node ID 6d7b40477553073130959cdaa55004e4b0cf3def # Parent 7ae8a3f4e6a01af4ae707cd57dc92f20bcb658bb xorg-libX11: hack compile_rules diff -r 7ae8a3f4e6a0 -r 6d7b40477553 xorg-libX11/receipt --- a/xorg-libX11/receipt Sat Oct 11 12:07:46 2008 +0000 +++ b/xorg-libX11/receipt Sat Oct 11 13:59:29 2008 +0000 @@ -15,14 +15,15 @@ compile_rules() { cd $src + sed -i 's/^# keys/keys/' man/xkb/XkbGetKeyVirtualModMap.man ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ --without-xcb \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install }