From 03880b546d794abafd6dab3eed876dbefe06c174 Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Fri, 4 Jan 2008 01:17:50 +0000 Subject: Revision numbers on packages now being bumped, moved files around in Apple packages to the correct folders (adjusting for conflicts), added numerous Java packages, and fixed dependencies on findutils, coreutils, inetutils, and gnupg. git-svn-id: http://svn.telesphoreo.org/trunk@11 514c082c-b64e-11dc-b46d-3d985efe055d --- control.sh | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'control.sh') diff --git a/control.sh b/control.sh index 394b9bd43..2d044e9f0 100755 --- a/control.sh +++ b/control.sh @@ -7,6 +7,10 @@ shift export PKG_BASE=$(realpath "$(dirname "$0")") . "${PKG_BASE}/helper.sh" +if [[ -n $2 ]]; then + PKG_VRSN=$2 +fi + cat <