From: philsmd Date: Sun, 3 Jan 2016 22:29:39 +0000 (+0100) Subject: pr #53 did not copy the example .hash and .dict files to the doc folder X-Git-Tag: v3.00-beta~557^2 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=f2b8f008c053d7406971d5fe53e8e71e4889d810;p=hashcat.git pr #53 did not copy the example .hash and .dict files to the doc folder --- diff --git a/src/Makefile b/src/Makefile index af53f5e..74cc57a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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)