summaryrefslogtreecommitdiffstats
path: root/server_wizard/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'server_wizard/Makefile')
-rw-r--r--server_wizard/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/server_wizard/Makefile b/server_wizard/Makefile
new file mode 100644
index 00000000..5633aa06
--- /dev/null
+++ b/server_wizard/Makefile
@@ -0,0 +1,21 @@
+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/server_wizard
+ mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/server_wizard/scripts
+ mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/server_wizard/images
+ install --mode=u=rw,g=r,o=r -p server.wiz ${prefix}/share/wizards/server_wizard
+ install --mode=a=r -p ./images/intranet.png ${prefix}/share/wizards/server_wizard/images
+ install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/server_wizard/scripts
+ install --mode=u=rw,g=r,o=r -p scripts/Serverconf.pm ${prefix}/share/wizards/server_wizard/scripts
+ find scripts -name "*.default" -exec cp '{}' ${prefix}/share/wizards/server_wizard/scripts \;
+ find scripts -name "*.patch" -exec cp '{}' ${prefix}/share/wizards/server_wizard/scripts \;
+
+run:
+ (su -c "make install; unset WIZPATH; export DEBUG_WIZ='/dev/pts/0'; wiz /usr/share/wizards/server_wizard/server.wiz")
+
+desktop:
+ cp -f desktop_data/server_wizard\ wiz ${HOME}/Desktop
+ cp -f desktop_data/util1.gif ${HOME}/.kde/share/icons/