wok-current diff reiser4progs/receipt @ rev 11780
squid-custom-errors: Fix typo
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Feb 23 23:19:43 2012 +0100 (2012-02-23) |
parents | c161b9c835d2 |
children | 73641efed1cc |
line diff
1.1 --- a/reiser4progs/receipt Fri Jul 09 20:33:27 2010 +0200 1.2 +++ b/reiser4progs/receipt Thu Feb 23 23:19:43 2012 +0100 1.3 @@ -18,7 +18,7 @@ 1.4 cd $src 1.5 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.6 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.7 - make -j 4 && 1.8 + make $MAKEFLAGS && 1.9 make DESTDIR=$PWD/_pkg install 1.10 } 1.11