summaryrefslogtreecommitdiff
path: root/trunk/release
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-02-23 10:39:07 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-02-23 10:39:07 +0000
commit9c508775d9db89ff82382c6c0a16821c196b723e (patch)
tree1e0379fdd9d716aeeecb04c4c1e165874ca88e0c /trunk/release
parent9f28a84c637aa97b4602c1085981af0ee1d252ee (diff)
Oops. Didn't mean to commit the debug statement
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@144 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/release')
-rw-r--r--trunk/release/makemacpkg1
1 files changed, 0 insertions, 1 deletions
diff --git a/trunk/release/makemacpkg b/trunk/release/makemacpkg
index 567933a..1a01ebc 100644
--- a/trunk/release/makemacpkg
+++ b/trunk/release/makemacpkg
@@ -61,7 +61,6 @@ if [ $UNIVERSAL = 1 ]; then
LDFLAGS='-isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -m32'
make prefix=$TMPDIR/dist.x86 install
popd
- ls -l $TMPDIR/dist.x86/lib
if [ ! -h $TMPDIR/dist.x86/lib/libjpeg.62.dylib -a \
! -h $PKGROOT/opt/$PACKAGE_NAME/lib/libjpeg.62.dylib ]; then
lipo -create -arch i386 $TMPDIR/dist.x86/lib/libjpeg.62.dylib -arch x86_64 \