wok-next diff secure-delete/receipt @ rev 10867

john: Fixed. Add patch so $JOHN is set to /usr/share/john. Also add all *.chr files and password.lst to /usr/share/john.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jun 19 11:36:07 2011 +0000 (2011-06-19)
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	Sun Jun 19 11:36:07 2011 +0000
     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