1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-25 17:38:23 +00:00

Fix for #265: hashcat_tuning.hctab wasn't installed automatically

This commit is contained in:
Jens Steube 2016-03-10 19:20:05 +01:00
parent 8d83493f33
commit d7f8b356ef

View File

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