From 45a700d5dbf0400231c5de8b99e3988251507274 Mon Sep 17 00:00:00 2001 From: Arnaud Desmons Date: Fri, 30 Aug 2002 14:36:37 +0000 Subject: first release --- nfs_wizard/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 nfs_wizard/Makefile (limited to 'nfs_wizard/Makefile') diff --git a/nfs_wizard/Makefile b/nfs_wizard/Makefile new file mode 100644 index 00000000..ac203cc7 --- /dev/null +++ b/nfs_wizard/Makefile @@ -0,0 +1,18 @@ + +install2: + su -c 'make install' + +install: + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/usr/share/wizards + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/usr/share/wizards/nfs_wizard + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/usr/share/wizards/nfs_wizard/scripts + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/usr/share/wizards/nfs_wizard/images + install --mode=u=rwx,g=rx,o=rx -p nfs.wiz ${prefix}/usr/share/wizards/nfs_wizard + install --mode=u=rwx,g=rx,o=rx -p nfs.en.wpo ${prefix}/usr/share/wizards/nfs_wizard + install --mode=u=rwx,g=rx,o=rx -p nfs.fr.wpo ${prefix}/usr/share/wizards/nfs_wizard + install --mode=u=rwx,g=rx,o=rx -p nfs.de.wpo ${prefix}/usr/share/wizards/nfs_wizard + install --mode=u=rwx,g=rx,o=rx -p nfs.es.wpo ${prefix}/usr/share/wizards/nfs_wizard + install --mode=u=rwx,g=rx,o=rx -p nfs.it.wpo ${prefix}/usr/share/wizards/nfs_wizard + install --mode=a=r -p ./images/NFS.jpg ${prefix}/usr/share/wizards/nfs_wizard/images + install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/usr/share/wizards/nfs_wizard/scripts + -- cgit v1.2.1