From 3e45a9b4804364d11a4a1d8c89375a4c66c89ce2 Mon Sep 17 00:00:00 2001 From: Arnaud Desmons Date: Tue, 5 Nov 2002 11:37:49 +0000 Subject: cleaned Makefile --- dhcp_wizard/Makefile | 5 ----- dns_wizard/Makefile | 5 ----- nfs_wizard/Makefile | 3 +-- samba_wizard/Makefile | 14 ++------------ 4 files changed, 3 insertions(+), 24 deletions(-) diff --git a/dhcp_wizard/Makefile b/dhcp_wizard/Makefile index 8add9a85..3a771fec 100644 --- a/dhcp_wizard/Makefile +++ b/dhcp_wizard/Makefile @@ -8,11 +8,6 @@ install: mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/dhcp_wizard/scripts mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/dhcp_wizard/images install --mode=u=rw,g=r,o=r -p dhcp.wiz ${prefix}/share/wizards/dhcp_wizard - - - - - install --mode=a=r -p ./images/DHCP.png ${prefix}/share/wizards/dhcp_wizard/images install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/dhcp_wizard/scripts install --mode=u=rw,g=r,o=r -p scripts/Dhcpconf.pm ${prefix}/share/wizards/dhcp_wizard/scripts diff --git a/dns_wizard/Makefile b/dns_wizard/Makefile index 97018a3f..ddb080e3 100644 --- a/dns_wizard/Makefile +++ b/dns_wizard/Makefile @@ -8,11 +8,6 @@ install: mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/dns_wizard/scripts mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/dns_wizard/images install --mode=u=rw,g=r,o=r -p dns.wiz ${prefix}/share/wizards/dns_wizard - - - - - install --mode=a=r -p ./images/DNS.png ${prefix}/share/wizards/dns_wizard/images install --mode=u=rw,g=r,o=r -p scripts/Dnsconf.pm ${prefix}/share/wizards/dns_wizard/scripts install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/dns_wizard/scripts diff --git a/nfs_wizard/Makefile b/nfs_wizard/Makefile index 27c20797..96c1b168 100644 --- a/nfs_wizard/Makefile +++ b/nfs_wizard/Makefile @@ -8,7 +8,6 @@ install: mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/nfs_wizard/scripts mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/nfs_wizard/images install --mode=u=rwx,g=rx,o=rx -p nfs.wiz ${prefix}/share/wizards/nfs_wizard - install --mode=a=r -p ./images/NFS.jpg ${prefix}/share/wizards/nfs_wizard/images + install --mode=a=r -p images/NFS.png ${prefix}/share/wizards/nfs_wizard/images install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/nfs_wizard/scripts install --mode=u=rw,g=r,o=r -p scripts/NFSConf.pm ${prefix}/share/wizards/nfs_wizard/scripts - diff --git a/samba_wizard/Makefile b/samba_wizard/Makefile index 88e6ac15..332636c7 100644 --- a/samba_wizard/Makefile +++ b/samba_wizard/Makefile @@ -7,16 +7,6 @@ install: mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/samba_wizard/scripts mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/samba_wizard/images install --mode=u=rw,g=r,o=r -p samba.wiz ${prefix}/share/wizards/samba_wizard - install --mode=a=r -p ./images/samba.png ${prefix}/share/wizards/samba_wizard/images - install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/samba_wizard/scripts + install --mode=a=r -p ./images/samba.png ${prefix}/share/wizards/samba_wizard/images install --mode=u=rw,g=r,o=r -p scripts/Smbconf.pm ${prefix}/share/wizards/samba_wizard/scripts - find scripts -name "*.default" -exec install --mode=u=rw,g=r,o=r -p {} ${prefix}/share/wizards/samba_wizard/scripts \; - find scripts -name "*.patch" -exec install --mode=u=rw,g=r,o=r -p {} ${prefix}/share/wizards/samba_wizard/scripts \; - find scripts -name "*.pl" -exec install --mode=u=rwx,g=rx,o=rx -p {} ${prefix}/share/wizards/samba_wizard/scripts \; - -run: - (su -c "make install; unset WIZPATH; export DEBUG_WIZ='/dev/pts/0'; wiz /usr/share/wizards/samba_wizard/samba.wiz") - -desktop: - cp -f desktop_data/samba_wizard\ wiz ${HOME}/Desktop - cp -f desktop_data/util1.gif ${HOME}/.kde/share/icons/ + install --mode=u=rw,g=r,o=r -p scripts/smb.conf.default ${prefix}/share/wizards/samba_wizard/scripts -- cgit v1.2.1