wok-4.x rev 8453
Fixed erlang.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Feb 06 19:13:27 2011 +0000 (2011-02-06) |
parents | 79deaee814c4 |
children | cbd7fbaae292 |
files | erlang/receipt |
line diff
1.1 --- a/erlang/receipt Sun Feb 06 19:07:33 2011 +0000 1.2 +++ b/erlang/receipt Sun Feb 06 19:13:27 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