diff options
author | Andre Fernando <ando344@gmail.com> | 2017-01-21 00:23:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-21 06:24:16 +0700 |
commit | c03d26ced347f7f69b50dd2365ff2cd626b252c7 (patch) | |
tree | 29a52255260c133692f52f72077a09cd9d15ffea /system/hashcat/patches | |
parent | 17e4c5263288b29c3f570b5ee588aa374385839d (diff) |
system/hashcat: Added (advanced password recovery).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/hashcat/patches')
-rw-r--r-- | system/hashcat/patches/dir.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/hashcat/patches/dir.patch b/system/hashcat/patches/dir.patch new file mode 100644 index 000000000000..7049312ac745 --- /dev/null +++ b/system/hashcat/patches/dir.patch @@ -0,0 +1,11 @@ +--- src/Makefile ++++ src/Makefile +@@ -40,7 +40,7 @@ + ## + + DESTDIR ?= +-PREFIX ?= /usr/local ++PREFIX ?= /usr + + INSTALL_FOLDER ?= $(PREFIX)/bin + LIBRARY_FOLDER ?= $(PREFIX)/lib |