From d699a01fabaa04a1aad60f6ca5777f82ee24839a Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Sun, 6 Apr 2008 10:28:29 +0000 Subject: Drastic, sweeping modifications to support iPhone 1.2.0/2.0. git-svn-id: http://svn.telesphoreo.org/trunk@199 514c082c-b64e-11dc-b46d-3d985efe055d --- control.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'control.sh') diff --git a/control.sh b/control.sh index f7d28c42a..e111fbbcc 100755 --- a/control.sh +++ b/control.sh @@ -73,6 +73,17 @@ for dep in "${PKG_DEPS[@]}"; do echo -n " $(basename "${dep}" .dep)" done +if [[ -e ${PKG_DATA}/_metadata/depends ]]; then + if [[ ${comma+@} == @ ]]; then + echo -n "," + else + echo -n "Depends:" + comma= + fi + + echo -n " $(cat "${PKG_DATA}/_metadata/depends")" +fi + if [[ ${comma+@} == @ ]]; then echo fi -- cgit v1.2.3