[Xquartz-changes] [653] trunk/mk_x11_dist.sh

source_changes at macosforge.org source_changes at macosforge.org
Tue Aug 28 22:51:47 PDT 2012


Revision: 653
          http://trac.macosforge.org/projects/xquartz/changeset/653
Author:   jeremyhu at freedesktop.org
Date:     2012-08-28 22:51:47 -0700 (Tue, 28 Aug 2012)
Log Message:
-----------
And make a tarball of the dSYMS

Modified Paths:
--------------
    trunk/mk_x11_dist.sh

Modified: trunk/mk_x11_dist.sh
===================================================================
--- trunk/mk_x11_dist.sh	2012-08-29 05:48:07 UTC (rev 652)
+++ trunk/mk_x11_dist.sh	2012-08-29 05:51:47 UTC (rev 653)
@@ -214,6 +214,12 @@
 		fi
 	done
 
+	if [[ -d X11.dSYMS ]] ; then
+		cd X11.dSYMS
+		tar cjf ../XQuartz-${VERSION_TXT}.dSYMS.tar.bz2 .
+		cd ..
+	fi
+
 	./mkpmdoc.sh
 	chown -R jeremy XQuartz-${VERSION_TXT}.pmdoc
 	echo "Browse to the components tab and check the box to make XQuartz.app downgradeable"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20120828/28d27185/attachment.html>


More information about the Xquartz-changes mailing list