projects
/
hashcat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d83493
)
Fix for #265: hashcat_tuning.hctab wasn't installed automatically
author
Jens Steube
<jens.steube@gmail.com>
Thu, 10 Mar 2016 18:20:05 +0000
(19:20 +0100)
committer
Jens Steube
<jens.steube@gmail.com>
Thu, 10 Mar 2016 18:20:05 +0000
(19:20 +0100)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
4f4290d
..
f139198
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-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: