[PC-BSD Commits] r2892 - in pcbsd: branches/7.0/installcd-overlay/usr/local/pcbsd/Components/inkscape trunk/installcd-overlay/usr/local/pcbsd/Components/inkscape
svn at pcbsd.org
svn at pcbsd.org
Thu Oct 9 15:51:42 PDT 2008
Author: kris
Date: 2008-10-09 15:51:42 -0700 (Thu, 09 Oct 2008)
New Revision: 2892
Modified:
pcbsd/branches/7.0/installcd-overlay/usr/local/pcbsd/Components/inkscape/install.sh
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/inkscape/install.sh
Log:
Fixed a bug installing Inkscape from CD3
Modified: pcbsd/branches/7.0/installcd-overlay/usr/local/pcbsd/Components/inkscape/install.sh
===================================================================
--- pcbsd/branches/7.0/installcd-overlay/usr/local/pcbsd/Components/inkscape/install.sh 2008-10-09 17:51:41 UTC (rev 2891)
+++ pcbsd/branches/7.0/installcd-overlay/usr/local/pcbsd/Components/inkscape/install.sh 2008-10-09 22:51:42 UTC (rev 2892)
@@ -19,7 +19,7 @@
# Make our install script
echo '#!/bin/sh
-ls /Programs/Gimp* >/dev/null 2>/dev/null
+ls /Programs/Inkscape* >/dev/null 2>/dev/null
if [ "$?" != "0" ]
then
cd /tmp/components/
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/inkscape/install.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/inkscape/install.sh 2008-10-09 17:51:41 UTC (rev 2891)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/inkscape/install.sh 2008-10-09 22:51:42 UTC (rev 2892)
@@ -19,7 +19,7 @@
# Make our install script
echo '#!/bin/sh
-ls /Programs/Gimp* >/dev/null 2>/dev/null
+ls /Programs/Inkscape* >/dev/null 2>/dev/null
if [ "$?" != "0" ]
then
cd /tmp/components/
More information about the Commits
mailing list