Do not strip by default.

for/master
Daniel Mierswa 2009-10-13 01:29:30 +02:00
parent 7b0bf9d085
commit d62b748c84
1 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,9 @@ ja2_config() {
}
src_prepare() {
sed "s:TILECACHE:[Tt][Ii][Ll][Ee][Cc][Aa][Cc][Hh][Ee]:g" -i Makefile || die "sed Makefile failed"
sed -e "s:TILECACHE:[Tt][Ii][Ll][Ee][Cc][Aa][Cc][Hh][Ee]:g" \
-e '/^INSTALL_PROGRAM ?= /s: -s::' \
-i Makefile || die "sed Makefile failed"
option debug && ja2_config _DEBUG=yes WITH_SOUND_DEBUG=yes
option demo && ja2_config WITH_DEMO=yes
option editor && ja2_config JA2EDITOR=yes