Lines Matching refs:SCRYPT_DIR
71 SCRYPT_DIR=scrypt-$SCRYPT_VERSION
72 SCRYPT_DIR_ORIG=$SCRYPT_DIR.orig
92 [ -d $SCRYPT_DIR ] || usage "$SCRYPT_DIR not found, did you mean to use generate?"
255 cd $SCRYPT_DIR
331 applypatches $SCRYPT_DIR
333 cd $SCRYPT_DIR/..
346 mv $SCRYPT_DIR/$i .
368 rm -rf $SCRYPT_DIR/$i
369 cp -rf $i $SCRYPT_DIR/$i
403 convert_iso8859_to_utf8 $SCRYPT_DIR
404 cp -rfP $SCRYPT_DIR $SCRYPT_DIR_ORIG
413 (cd $SCRYPT_DIR && rm -r $UNNEEDED_SOURCES)
418 rm -rf $SCRYPT_DIR
448 find $SCRYPT_DIR -type f -name "*.orig" -print0 | xargs -0 rm -f
449 find $SCRYPT_DIR -type f -name "*~" -print0 | xargs -0 rm -f
457 …LC_ALL=C TZ=UTC0 diff -aupN $SCRYPT_DIR_ORIG/$i $SCRYPT_DIR/$i >> $patch && die "ERROR: No diff fo…