From 0e40dbf86bd60f7eb057a27f56cded4f689c6747 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 1 Jun 2001 12:24:11 +0000 Subject: sync with SAMBA_2_2 (This used to be commit 720ec55c175bd9df5832085066d1e68b2684a8a2) --- packaging/Caldera/UnixWare/Makepkg | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 packaging/Caldera/UnixWare/Makepkg (limited to 'packaging/Caldera/UnixWare/Makepkg') 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 $* -- cgit