mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +00:00
Merge pull request #54 from philsmd/master
pr #53 did not copy the example .hash and .dict files to the doc folder
This commit is contained in:
commit
6f1100f643
@ -140,6 +140,8 @@ install: native
|
||||
$(INSTALL) -m 755 -d $(DOCUMENT_FOLDER)
|
||||
$(CP) -a docs/* $(DOCUMENT_FOLDER)/
|
||||
$(CP) -a example*.sh $(DOCUMENT_FOLDER)/
|
||||
$(CP) -a example*.hash $(DOCUMENT_FOLDER)/
|
||||
$(INSTALL) -m 644 example.dict $(DOCUMENT_FOLDER)/
|
||||
$(INSTALL) -m 755 -d $(DOCUMENT_FOLDER)/extra
|
||||
$(CP) -a extra/* $(DOCUMENT_FOLDER)/extra/
|
||||
$(INSTALL) -m 755 -d $(SHARED_FOLDER)
|
||||
|
Loading…
Reference in New Issue
Block a user