pr #53 did not copy the example .hash and .dict files to the doc folder
authorphilsmd <philsmd@hashcat.net>
Sun, 3 Jan 2016 22:29:39 +0000 (23:29 +0100)
committerphilsmd <philsmd@hashcat.net>
Sun, 3 Jan 2016 22:29:39 +0000 (23:29 +0100)
src/Makefile

index af53f5e..74cc57a 100644 (file)
@@ -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)