wok-6.x diff secure-delete/receipt @ rev 11648
amule: fix WGET_URL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 04 16:22:35 2012 +0100 (2012-02-04) |
parents | b5d610d64d1c |
children | 3b4e4318134e |
line diff
1.1 --- a/secure-delete/receipt Fri Nov 19 23:02:39 2010 +0000 1.2 +++ b/secure-delete/receipt Sat Feb 04 16:22:35 2012 +0100 1.3 @@ -18,8 +18,8 @@ 1.4 chmod u+w . 1.5 sed -ie 's/mktemp/mkstemp/g' sfill.c 1.6 sed -ie "s/sswap smem sdel-mod.o/sswap smem/" Makefile 1.7 - make && 1.8 - make && make INSTALL_DIR=$PWD/_pkg/usr/bin install 1.9 + make -j1 && 1.10 + make -j1 && make -j1 INSTALL_DIR=$PWD/_pkg/usr/bin install 1.11 chmod a+r $PWD/_pkg/usr/bin/* 1.12 } 1.13