From 7b7675d18721212b7431ad00ffe5b4fd75f93fd4 Mon Sep 17 00:00:00 2001 From: Arnaud Desmons Date: Thu, 1 Aug 2002 08:26:24 +0000 Subject: added install of perl modules --- common/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 common/Makefile diff --git a/common/Makefile b/common/Makefile new file mode 100644 index 00000000..d11f37e8 --- /dev/null +++ b/common/Makefile @@ -0,0 +1,14 @@ + +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/common + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/common/images + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/common/scripts + install --mode=u=rw,g=r,o=r -p images/*.gif ${prefix}/share/wizards/common/images + install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/common/scripts + install --mode=u=rw,g=r,o=r -p scripts/*.pm ${prefix}/share/wizards/common/scripts + + -- cgit v1.2.1