wok rev 1562

mISDNuser: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 13 13:06:22 2008 +0000 (2008-10-13)
parents 3475150ea80e
children 43a430d3251a
files mISDNuser/receipt
line diff
     1.1 --- a/mISDNuser/receipt	Mon Oct 13 14:50:22 2008 +0200
     1.2 +++ b/mISDNuser/receipt	Mon Oct 13 13:06:22 2008 +0000
     1.3 @@ -17,8 +17,6 @@
     1.4  	cd $src
     1.5  	[ -f done.Makefile.u ] || patch -p1 < ../stuff/Makefile.u
     1.6  	touch done.Makefile.u
     1.7 -	./configure --prefix=/usr --infodir=/usr/share/info \
     1.8 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
     1.9  	make &&
    1.10  	make DESTDIR=$PWD/_pkg install
    1.11  }