wok-stable diff erlang/receipt @ rev 8672

Fixed tazwok-experimental. TARBALL needs to be .tar.bz2 if the source is.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Feb 16 17:44:43 2011 +0000 (2011-02-16)
parents 553b627085fc
children 3c70f38c14f2
line diff
     1.1 --- a/erlang/receipt	Sat Oct 09 18:58:56 2010 +0000
     1.2 +++ b/erlang/receipt	Wed Feb 16 17:44:43 2011 +0000
     1.3 @@ -33,7 +33,7 @@
     1.4  	./configure --prefix=/usr --infodir=/usr/share/info \
     1.5  	--sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS &&
     1.6  	make -j 1 &&
     1.7 -	make INSTALL_PREFIX=$PWD/_pkg install || return 1
     1.8 +	make -j 1 INSTALL_PREFIX=$DESTDIR install || return 1
     1.9  	for i in _pkg/usr/lib/erlang/*/bin/erl _pkg/usr/lib/erlang/bin/erl \
    1.10  		 _pkg/usr/lib/erlang/*/bin/start _pkg/usr/lib/erlang/bin/start
    1.11  	do