[PC-BSD Commits] r11963 - pcbsd/current/src-sh/pbi-manager
svn at pcbsd.org
svn at pcbsd.org
Mon Aug 8 08:30:37 PDT 2011
Author: kris
Date: 2011-08-08 08:30:37 -0700 (Mon, 08 Aug 2011)
New Revision: 11963
Modified:
pcbsd/current/src-sh/pbi-manager/pbi-manager
Log:
Fixed bug packing X apps, when using system fonts, also use the same cursors
for mouse
Modified: pcbsd/current/src-sh/pbi-manager/pbi-manager
===================================================================
--- pcbsd/current/src-sh/pbi-manager/pbi-manager 2011-08-08 15:25:45 UTC (rev 11962)
+++ pcbsd/current/src-sh/pbi-manager/pbi-manager 2011-08-08 15:30:37 UTC (rev 11963)
@@ -3595,6 +3595,8 @@
echo 'if [ -d "${PBI_PROGDIRPATH}/lib/X11" ] ; then' >> "$insc"
echo ' rm "${PBI_PROGDIRPATH}/lib/X11/fonts" >/dev/null 2>/dev/null' >> "$insc"
echo ' ln -fs "${SYS_LOCALBASE}/lib/X11/fonts" "${PBI_PROGDIRPATH}/lib/X11/fonts"' >> "$insc"
+ echo ' rm "${PBI_PROGDIRPATH}/lib/X11/icons" >/dev/null 2>/dev/null' >> "$insc"
+ echo ' ln -fs "${SYS_LOCALBASE}/lib/X11/icons" "${PBI_PROGDIRPATH}/lib/X11/icons"' >> "$insc"
echo 'fi' >> "$insc"
fi
More information about the Commits
mailing list