gunnar: server install-kolab.sh,1.15,1.16

cvs at kolab.org cvs at kolab.org
Fri Nov 30 09:50:18 CET 2007


Author: gunnar

Update of /kolabrepository/server
In directory doto:/tmp/cvs-serv25358

Modified Files:
	install-kolab.sh 
Log Message:
While this added output does not exactly look beautiful it helps to see the final command the installer will actually run.

Index: install-kolab.sh
===================================================================
RCS file: /kolabrepository/server/install-kolab.sh,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- install-kolab.sh	28 Nov 2007 07:57:54 -0000	1.15
+++ install-kolab.sh	30 Nov 2007 08:50:16 -0000	1.16
@@ -302,6 +302,13 @@
 		"
 	fi
 	find "$DIR" -mindepth 1 -maxdepth 1 -name "*.$PLATTAG.rpm" -exec ln -sf '{}' "$PREFIX/RPM/PKG/" \;
+        echo "----------- SETUP COMPLETED -----------"
+        echo ""
+        echo " Now running:"
+        echo ""
+        echo "   $PREFIX/bin/openpkg build -kKBuZ -r \"$DIR\" -p \"$PLATTAG\" $DEFINE $PACKAGES | sh"
+        echo ""
+        echo "---------------------------------------"
 	"$PREFIX/bin/openpkg" build -kKBuZ -r "$DIR" -p "$PLATTAG" $DEFINE $PACKAGES | sh || exit $?
 fi
 





More information about the commits mailing list