Update install_tool for john configs.

This commit is contained in:
David Tomaschik
2017-02-03 09:08:32 -08:00
parent 58ae338ece
commit e7c797e195

View File

@@ -58,6 +58,9 @@ case ${TOOL} in
./configure && make -sj2
cp -r ${jtemp}/john/run/* ${DESTDIR}
rm -rf ${jtemp}
# Persistent files
mkdir -p ${HOME}/.john
ln -sf ${HOME}/.john/* ${DESTDIR}
;;
*)
echo "Unknown tool: ${TOOL}" >/dev/stderr