summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaud Desmons <adesmons@mandriva.com>2002-11-05 11:37:49 +0000
committerArnaud Desmons <adesmons@mandriva.com>2002-11-05 11:37:49 +0000
commit3e45a9b4804364d11a4a1d8c89375a4c66c89ce2 (patch)
tree766543445733a7012af1ff4f0fa35ce364970efd
parent84ef1edab27c3055d384bf9e08a57de41111c402 (diff)
downloaddrakwizard-3e45a9b4804364d11a4a1d8c89375a4c66c89ce2.tar
drakwizard-3e45a9b4804364d11a4a1d8c89375a4c66c89ce2.tar.gz
drakwizard-3e45a9b4804364d11a4a1d8c89375a4c66c89ce2.tar.bz2
drakwizard-3e45a9b4804364d11a4a1d8c89375a4c66c89ce2.tar.xz
drakwizard-3e45a9b4804364d11a4a1d8c89375a4c66c89ce2.zip
cleaned Makefile
-rw-r--r--dhcp_wizard/Makefile5
-rw-r--r--dns_wizard/Makefile5
-rw-r--r--nfs_wizard/Makefile3
-rw-r--r--samba_wizard/Makefile14
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