wok-next diff wesnoth/receipt @ rev 5274
remove abiword-extras (part of abiword (can still split: only 200k)
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Thu Apr 15 09:34:02 2010 -0400 (2010-04-15) |
parents | d5cc0560589c |
children | c161b9c835d2 |
line diff
1.1 --- a/wesnoth/receipt Wed Mar 24 08:50:23 2010 +0100 1.2 +++ b/wesnoth/receipt Thu Apr 15 09:34:02 2010 -0400 1.3 @@ -21,7 +21,7 @@ 1.4 ./configure --prefix=/usr $CONFIGURE_ARGS 1.5 sed -i -e 's/CFLAGS = -O2/CFLAGS = -fno-strict-aliasing -O2/' \ 1.6 -e 's/CXXFLAGS = -O2/CXXFLAGS = -fno-strict-aliasing -O2/' \ 1.7 - -e 's| -o -wholename "data/test/*"||' \ 1.8 + -e 's| -o -wholename "data/test/\*"||' \ 1.9 Makefile src/Makefile 1.10 make && make DESTDIR=$PWD/_pkg install 1.11 }