diff options
Diffstat (limited to 'packaging/Caldera/UnixWare/Makepkg')
-rwxr-xr-x | packaging/Caldera/UnixWare/Makepkg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packaging/Caldera/UnixWare/Makepkg b/packaging/Caldera/UnixWare/Makepkg new file mode 100755 index 0000000000..dc57b246ef --- /dev/null +++ b/packaging/Caldera/UnixWare/Makepkg @@ -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 $* |