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

source_changes at macosforge.org source_changes at macosforge.org
Sun Jul 24 21:44:14 PDT 2011


Revision: 571
          http://trac.macosforge.org/projects/xquartz/changeset/571
Author:   jeremyhu at freedesktop.org
Date:     2011-07-24 21:44:14 -0700 (Sun, 24 Jul 2011)
Log Message:
-----------
Don't accidentally skip a stage

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

Modified: trunk/mk_x11_dist.sh
===================================================================
--- trunk/mk_x11_dist.sh	2011-07-25 04:35:11 UTC (rev 570)
+++ trunk/mk_x11_dist.sh	2011-07-25 04:44:14 UTC (rev 571)
@@ -181,13 +181,13 @@
 #[[ $(echo /tmp/X11*.roots) = '/tmp/X11*.roots' ]] || /bin/rm -rf /tmp/X11*.roots
 
 bit_git X11_Xplugin "${XPLUGIN}" ${ARCH_ALL} 
-[[ -n ${X11MISC} && -d X11misc/${X11MISC} ]]          && bit X11misc/${X11MISC}        -project X11misc       ${ARCH_ALL}
-[[ -n ${X11PROTO} && -d X11proto/${X11PROTO} ]]       && bit X11proto/${X11PROTO}      -project X11proto      ${ARCH_ALL}
-[[ -n ${X11LIBS} && -d X11libs/${X11LIBS} ]]          && bit X11libs/${X11LIBS}        -project X11libs       ${ARCH_ALL}
-[[ -n ${QUARTZWM} && -d X11_quartz_wm/${QUARTZWM} ]]  && bit X11_quartz_wm/${QUARTZWM} -project X11_quartz_wm ${ARCH_ALL}
-[[ -n ${X11SERVER} && -d X11server/${X11SERVER} ]]    && bit X11server/${X11SERVER}    -project X11server     ${ARCH_ALL}
-[[ -n ${X11APPS} && -d X11apps/${X11APPS} ]]          && bit X11apps/${X11APPS}        -project X11apps       ${ARCH_ALL}
-[[ -n ${X11FONTS} && -d X11fonts/${X11FONTS} ]]       && bit X11fonts/${X11FONTS}      -project X11fonts      ${ARCH_ALL}
+[[ -n ${X11MISC} ]]     && bit X11misc/${X11MISC}        -project X11misc       ${ARCH_ALL}
+[[ -n ${X11PROTO} ]]    && bit X11proto/${X11PROTO}      -project X11proto      ${ARCH_ALL}
+[[ -n ${X11LIBS} ]]     && bit X11libs/${X11LIBS}        -project X11libs       ${ARCH_ALL}
+[[ -n ${QUARTZWM} ]]    && bit X11_quartz_wm/${QUARTZWM} -project X11_quartz_wm ${ARCH_ALL}
+[[ -n ${X11SERVER} ]]   && bit X11server/${X11SERVER}    -project X11server     ${ARCH_ALL}
+[[ -n ${X11APPS} ]]     && bit X11apps/${X11APPS}        -project X11apps       ${ARCH_ALL}
+[[ -n ${X11FONTS} ]]    && bit X11fonts/${X11FONTS}      -project X11fonts      ${ARCH_ALL}
 
 [[ -n ${X11SERVER} ]] && echo "Remember to edit the plists"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20110724/1a80503c/attachment-0001.html>


More information about the Xquartz-changes mailing list