wok diff wormux/receipt @ rev 1825

Add git
author Bill Nagel <b1+slitaz@nagel.org>
date Tue Dec 09 04:25:26 2008 -0800 (2008-12-09)
parents 79b3f891fb03
children 8f4ac32ab3b1
line diff
     1.1 --- a/wormux/receipt	Sat Sep 20 11:15:19 2008 +0200
     1.2 +++ b/wormux/receipt	Tue Dec 09 04:25:26 2008 -0800
     1.3 @@ -21,6 +21,9 @@
     1.4  		Makefile
     1.5  	sed -i 's/test -z "$(pkgdatadir)"/test -d "$(pkgdatadir)"/'\
     1.6  		 data/Makefile.in
     1.7 +	sed -i 's|if USE_X11|if SKIP_USE_X11|' src/tool/copynpaste.cpp
     1.8 +	sed -i "s|test -d \"\\\$(pkgdatadir|test -d \"\\\$(DESTDIR)\\\$(pkgdatadir|" data/Makefile*
     1.9 +	mkdir -p _pkg/usr/share/wormux
    1.10  	./configure \
    1.11  		--prefix=/usr \
    1.12  		--bindir=/usr/games \