install also the example scripts, place them into the doc folder
authorphilsmd <philsmd@hashcat.net>
Sun, 3 Jan 2016 21:01:02 +0000 (22:01 +0100)
committerphilsmd <philsmd@hashcat.net>
Sun, 3 Jan 2016 21:01:02 +0000 (22:01 +0100)
src/Makefile

index 1ade06f..af53f5e 100644 (file)
@@ -139,6 +139,7 @@ win64:          oclHashcat64.exe
 install: native
        $(INSTALL) -m 755 -d                            $(DOCUMENT_FOLDER)
        $(CP) -a docs/*                                 $(DOCUMENT_FOLDER)/
+       $(CP) -a example*.sh                            $(DOCUMENT_FOLDER)/
        $(INSTALL) -m 755 -d                            $(DOCUMENT_FOLDER)/extra
        $(CP) -a extra/*                                $(DOCUMENT_FOLDER)/extra/
        $(INSTALL) -m 755 -d                            $(SHARED_FOLDER)