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 --- pxe_wizard/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pxe_wizard/Makefile (limited to 'pxe_wizard/Makefile') diff --git a/pxe_wizard/Makefile b/pxe_wizard/Makefile new file mode 100644 index 00000000..5ed6ab1c --- /dev/null +++ b/pxe_wizard/Makefile @@ -0,0 +1,10 @@ +install2: + su -c 'make install' + +clean: + rm -rf *~ +install: + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/pxe_wizard/images + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/$(PERL_VENDORLIB)/MDK/Wizard + install --mode=u=rw,g=r,o=r -p *.pm ${prefix}/$(PERL_VENDORLIB)/MDK/Wizard/ +# install --mode=a=r -p ./images/*.png ${prefix}/share/wizards/pxe_wizard/images -- cgit v1.2.1