Generate folders for cached kernels for the binary distribution in runtime, too

This commit is contained in:
jsteube
2016-01-03 13:49:07 +01:00
parent 79b1f96efe
commit 11bf28745a
6 changed files with 8 additions and 16 deletions
+1 -4
View File
@@ -11,7 +11,7 @@ export OUT=$HOME/xy/oclHashcat-2.01
rm -rf $OUT
rm -rf $OUT.7z
mkdir -p $OUT $OUT/kernels $OUT/kernels/4098 $OUT/kernels/4318
mkdir -p $OUT
cp $IN/oclHashcat??.exe $OUT/
cp $IN/oclHashcat??.bin $OUT/
@@ -42,9 +42,6 @@ unix2dos $OUT/docs/*
unix2dos $OUT/example*.cmd
chmod 700 $OUT
chmod 700 $OUT/kernels
chmod 700 $OUT/kernels/4098
chmod 700 $OUT/kernels/4318
chmod 700 $OUT/rules
chmod 600 $OUT/rules/*
chmod 700 $OUT/docs