From f1d6b8a9d3c06f74e904959887cf043d09aff687 Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Thu, 2 Jun 2011 20:51:50 +0000 Subject: Branch for updates --- sshd_wizard/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sshd_wizard/Makefile (limited to 'sshd_wizard/Makefile') 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 -- cgit v1.2.1