wok diff bristuff/receipt @ rev 1929

transmission-web: we dont need a web server, standalone: http://localhost:9091
author Christophe Lincoln <pankso@slitaz.org>
date Wed Dec 24 14:55:29 2008 +0100 (2008-12-24)
parents 14119a3f80ea
children c1610baa4cf4
line diff
     1.1 --- a/bristuff/receipt	Sun Nov 30 19:51:02 2008 +0000
     1.2 +++ b/bristuff/receipt	Wed Dec 24 14:55:29 2008 +0100
     1.3 @@ -79,7 +79,7 @@
     1.4  	sed -i 's/^NO_H323=.*/NO_H323="--with-gsm=internal --without-pwlib --without-h323"/' ./compile.sh
     1.5  	sh ./compile.sh -d $(cd _pkg; pwd) -i
     1.6  	cp asterisk/configs/* _pkg/etc/asterisk/
     1.7 -	cp asterisk-addon/configs/* _pkg/etc/asterisk/
     1.8 +	cp asterisk-addons/configs/* _pkg/etc/asterisk/
     1.9  	cd agx-ast-addons
    1.10  	cmake "." -DCMAKE_INSTALL_PREFIX=../_pkg/usr
    1.11  	make install