summaryrefslogtreecommitdiffstats
path: root/nfs_wizard/Makefile
diff options
context:
space:
mode:
authorArnaud Desmons <adesmons@mandriva.com>2002-08-30 14:36:37 +0000
committerArnaud Desmons <adesmons@mandriva.com>2002-08-30 14:36:37 +0000
commit45a700d5dbf0400231c5de8b99e3988251507274 (patch)
tree0897bdce118d4d80282159c24bcda3be58685409 /nfs_wizard/Makefile
parent4f2cff7e07cfddb99e0562e0e1f8eae1914ef16e (diff)
downloaddrakwizard-45a700d5dbf0400231c5de8b99e3988251507274.tar
drakwizard-45a700d5dbf0400231c5de8b99e3988251507274.tar.gz
drakwizard-45a700d5dbf0400231c5de8b99e3988251507274.tar.bz2
drakwizard-45a700d5dbf0400231c5de8b99e3988251507274.tar.xz
drakwizard-45a700d5dbf0400231c5de8b99e3988251507274.zip
first release
Diffstat (limited to 'nfs_wizard/Makefile')
-rw-r--r--nfs_wizard/Makefile18
1 files changed, 18 insertions, 0 deletions
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
+