[Xquartz-changes] [427] trunk/pkg

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 15 23:35:27 PDT 2010


Revision: 427
          http://trac.macosforge.org/projects/xquartz/changeset/427
Author:   jeremyhu at freedesktop.org
Date:     2010-03-15 23:35:24 -0700 (Mon, 15 Mar 2010)
Log Message:
-----------
Fix rmdir

Modified Paths:
--------------
    trunk/pkg/mkdmg.sh
    trunk/pkg/scripts/postinst_leo.sh

Modified: trunk/pkg/mkdmg.sh
===================================================================
--- trunk/pkg/mkdmg.sh	2010-03-16 06:21:54 UTC (rev 426)
+++ trunk/pkg/mkdmg.sh	2010-03-16 06:35:24 UTC (rev 427)
@@ -11,7 +11,7 @@
 mv ${verString}.pkg ${verString}.d/${name}.pkg
 hdiutil create -srcfolder ${verString}.d -format UDBZ -volname "${verString}" ${verString}.dmg
 mv ${verString}.d/${name}.pkg ${verString}.pkg
-rmdir $1.d
+rmdir ${verString}.d
 
 dosign ${verString}.dmg
 

Modified: trunk/pkg/scripts/postinst_leo.sh
===================================================================
--- trunk/pkg/scripts/postinst_leo.sh	2010-03-16 06:21:54 UTC (rev 426)
+++ trunk/pkg/scripts/postinst_leo.sh	2010-03-16 06:35:24 UTC (rev 427)
@@ -6,8 +6,8 @@
 /bin/launchctl unload -w /System/Library/LaunchDaemons/org.x.privileged_startx.plist >& /dev/null
 /bin/launchctl load -w /System/Library/LaunchDaemons/org.x.privileged_startx.plist
 
-if [ -d /usr/X11/share/X11/xkb ] ; then
-	rm -rf /usr/X11/share/X11/xkb
-fi
+#if [ -d /usr/X11/share/X11/xkb ] ; then
+#	rm -rf /usr/X11/share/X11/xkb
+#fi
 
 exit 0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20100315/a340b81e/attachment.html>


More information about the Xquartz-changes mailing list