From 9d4ad4b20182d19157518e5032476ecd8314feb8 Mon Sep 17 00:00:00 2001 From: Arnaud Desmons Date: Fri, 26 Jul 2002 09:36:30 +0000 Subject: adding install for *.pm --- proxy_wizard/Makefile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 proxy_wizard/Makefile (limited to 'proxy_wizard') diff --git a/proxy_wizard/Makefile b/proxy_wizard/Makefile new file mode 100644 index 00000000..3cd1c76c --- /dev/null +++ b/proxy_wizard/Makefile @@ -0,0 +1,26 @@ +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/proxy_wizard + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/proxy_wizard/scripts + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/proxy_wizard/images + install --mode=u=rw,g=r,o=r -p proxy.wiz ${prefix}/share/wizards/proxy_wizard + install --mode=u=rw,g=r,o=r -p proxy.en.wpo ${prefix}/share/wizards/proxy_wizard + install --mode=u=rw,g=r,o=r -p proxy.fr.wpo ${prefix}/share/wizards/proxy_wizard + install --mode=u=rw,g=r,o=r -p proxy.de.wpo ${prefix}/share/wizards/proxy_wizard + install --mode=u=rw,g=r,o=r -p proxy.es.wpo ${prefix}/share/wizards/proxy_wizard + install --mode=u=rw,g=r,o=r -p proxy.it.wpo ${prefix}/share/wizards/proxy_wizard + install --mode=a=r -p ./images/proxy.jpg ${prefix}/share/wizards/proxy_wizard/images + install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/proxy_wizard/scripts + install --mode=u=rw,g=r,o=r -p scripts/Squidconf.pm ${prefix}/share/wizards/proxy_wizard/scripts + find scripts -name "*.default" -exec install --mode=u=rw,g=r,o=r -p {} ${prefix}/share/wizards/proxy_wizard/scripts \; + find scripts -name "*.patch" -exec install --mode=u=rw,g=r,o=r -p {} ${prefix}/share/wizards/proxy_wizard/scripts \; + +run: + (su -c "make install; unset WIZPATH; export DEBUG_WIZ='/dev/pts/0'; wiz /usr/share/wizards/proxy_wizard/proxy.wiz") + +desktop: + cp -f desktop_data/proxy_wizard\ wiz ${HOME}/Desktop + cp -f desktop_data/util1.gif ${HOME}/.kde/share/icons/ -- cgit v1.2.1