wok diff geoip/receipt @ rev 21291
updated libsdl-mixer and libsdl-mixer-dev (1.2.11 -> 1.2.12)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 16 17:37:23 2019 +0100 (2019-04-16) |
parents | dc0ce6d01be6 |
children | af8d823a3077 |
line diff
1.1 --- a/geoip/receipt Sun Dec 08 09:33:56 2013 +0000 1.2 +++ b/geoip/receipt Tue Apr 16 17:37:23 2019 +0100 1.3 @@ -17,14 +17,14 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 autoreconf -i 1.9 ./configure \ 1.10 --prefix=/usr \ 1.11 --infodir=/usr/share/info \ 1.12 --mandir=/usr/share/man \ 1.13 --sysconfdir=/etc/geoip \ 1.14 - $CONFIGURE_ARGS && 1.15 + $CONFIGURE_ARGS 2>&1 | \ 1.16 + sed 's|missing: No such|missing: no such|' 1.17 make && make DESTDIR=$DESTDIR install 1.18 } 1.19