wok-next diff orpheus/receipt @ rev 3214
busybox: add replay, speedup unlzma
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 28 13:57:09 2009 +0200 (2009-05-28) |
parents | 802a77e5a30c |
children | 6ec17b55b59a |
line diff
1.1 --- a/orpheus/receipt Sat Mar 14 15:08:25 2009 +0000 1.2 +++ b/orpheus/receipt Thu May 28 13:57:09 2009 +0200 1.3 @@ -18,8 +18,7 @@ 1.4 cd $src 1.5 ./configure \ 1.6 --prefix=/usr \ 1.7 - --mandir=/usr/share/man \ 1.8 - $CONFIGURE_ARGS && 1.9 + --mandir=/usr/share/man && 1.10 make && 1.11 make DESTDIR=$PWD/_pkg install 1.12 }