# HG changeset patch # User Pascal Bellard # Date 1223647947 0 # Node ID b69c8150007d8dfa6ec218509f10489adc5d1428 # Parent a534ac8b5c060acc4a0e2e47ffefb76fda4b3fc3 wormux: hack compile_rules diff -r a534ac8b5c06 -r b69c8150007d wormux/receipt --- a/wormux/receipt Fri Oct 10 09:06:29 2008 +0000 +++ b/wormux/receipt Fri Oct 10 14:12:27 2008 +0000 @@ -21,6 +21,9 @@ Makefile sed -i 's/test -z "$(pkgdatadir)"/test -d "$(pkgdatadir)"/'\ data/Makefile.in + sed -i 's|if USE_X11|if SKIP_USE_X11|' src/tool/copynpaste.cpp + sed -i "s|test -d \"\\\$(pkgdatadir|test -d \"\\\$(DESTDIR)\\\$(pkgdatadir|" data/Makefile* + mkdir -p _pkg/usr/share/wormux ./configure \ --prefix=/usr \ --bindir=/usr/games \