diff options
Diffstat (limited to 'system/hashcat/patches/dir.patch')
-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 0000000000..7049312ac7 --- /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 |