summaryrefslogtreecommitdiff
path: root/packaging/Caldera/OpenServer/Makevol
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/Caldera/OpenServer/Makevol')
-rwxr-xr-xpackaging/Caldera/OpenServer/Makevol10
1 files changed, 10 insertions, 0 deletions
diff --git a/packaging/Caldera/OpenServer/Makevol b/packaging/Caldera/OpenServer/Makevol
new file mode 100755
index 00000000000..dc57b246ef5
--- /dev/null
+++ b/packaging/Caldera/OpenServer/Makevol
@@ -0,0 +1,10 @@
+#!/bin/ksh
+#
+# invoke with -n as the first argument to get this script to tell
+# you what it would do without doing anything
+#
+
+./Configure $*
+./Compile $*
+./Install $*
+./Package $*