1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-13 19:28:56 +00:00

Make sure the INSTALL_FOLDER path exists.

This is only likely to come up when using DESTDIR to point to an
alternate directory tree, or if the user has pointed at some
exotic PREFIX for some reason, but should be harmless in the
normal case.
This commit is contained in:
Hank Leininger 2016-06-10 15:29:10 -04:00
parent 8a2bfff917
commit 8254e2e3c4
No known key found for this signature in database
GPG Key ID: 091E7F7CE898E86C

View File

@ -212,6 +212,7 @@ install: native
$(CP) -a rules/* $(DESTDIR)$(SHARED_FOLDER)/rules/
$(INSTALL) -m 644 hashcat.hcstat $(DESTDIR)$(SHARED_FOLDER)/
$(INSTALL) -m 644 hashcat.hctune $(DESTDIR)$(SHARED_FOLDER)/
$(INSTALL) -m 755 -d $(DESTDIR)$(INSTALL_FOLDER)
$(INSTALL) -m 755 $(BINARY_NATIVE) $(DESTDIR)$(INSTALL_FOLDER)/
uninstall: