wok diff orpheus/receipt @ rev 3590
tazbb: Add tazbbmail (Python mailer for unbuilt pkgs)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Jun 28 01:50:53 2009 +0200 (2009-06-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 Sun Jun 28 01:50:53 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 }