diff options
Diffstat (limited to 'sshd_wizard/Makefile')
-rw-r--r-- | sshd_wizard/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sshd_wizard/Makefile b/sshd_wizard/Makefile new file mode 100644 index 00000000..7f9a8e7d --- /dev/null +++ b/sshd_wizard/Makefile @@ -0,0 +1,8 @@ +install2: + su -c 'make install' + +install: + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/sshd_wizard + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/sshd_wizard/images + install --mode=a=r -p ./images/IC-Dssh-48.png ${prefix}/share/wizards/sshd_wizard/images |