wok rev 15025

sipsak: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 11 21:34:10 2013 +0000 (2013-08-11)
parents e6ca13490388
children 5a5eac1f6a50
files sipsak/receipt
line diff
     1.1 --- a/sipsak/receipt	Sun Aug 11 21:27:05 2013 +0000
     1.2 +++ b/sipsak/receipt	Sun Aug 11 21:34:10 2013 +0000
     1.3 @@ -16,8 +16,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	mv $PACKAGE-0.9.6 $src
     1.8 -	cd $src
     1.9  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.10  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.11  	make &&