wok diff secure-delete/receipt @ rev 9874

slitaz-boot-script: fix path for bootlof script
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 16 23:45:00 2011 +0200 (2011-05-16)
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	Mon May 16 23:45:00 2011 +0200
     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