wok-6.x diff erlang/receipt @ rev 8931
Up: ncurses to 5.8.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Mar 01 04:03:29 2011 +0000 (2011-03-01) |
parents | 553b627085fc |
children | 3c70f38c14f2 |
line diff
1.1 --- a/erlang/receipt Sat Oct 09 18:58:56 2010 +0000 1.2 +++ b/erlang/receipt Tue Mar 01 04:03:29 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