From 835a053e6f9a5d082710093164d0908d9719268d Mon Sep 17 00:00:00 2001 From: System Administrator Date: Sun, 4 Mar 2012 22:59:06 +0000 Subject: [PATCH] updated mkappbundle to produce bundles for new dl-fldigi --- scripts/mkappbundle.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/mkappbundle.sh b/scripts/mkappbundle.sh index faa825e8..418aa39c 100755 --- a/scripts/mkappbundle.sh +++ b/scripts/mkappbundle.sh @@ -57,6 +57,8 @@ function copy_libs() for lib in `otool -L $obj | \ sed -n 's!^.*[[:space:]]\([^[:space:]]*\.dylib\).*$!\1!p' | \ grep -Ev '^/(usr/lib|System)'`; do + echo $lib + pwd libfn="`basename $lib`" if ! test -f "Frameworks/$libfn"; then cp "$lib" "Frameworks/$libfn" @@ -131,7 +133,6 @@ if test "x$WANT_FLARQ" = "xyes"; then bundle fi -cp /opt/local/lib/libcurl.4.dylib Frameworks/ cd "$build" echo $ECHO_N "creating disk image" hdiutil create -ov -srcfolder "$bundle_dir" -format UDZO -tgtimagekey zlib-level=9 "${APPBUNDLE}-nolibs.dmg"