[PC-BSD Commits] r2882 - in pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components: . thunderbird
svn at pcbsd.org
svn at pcbsd.org
Thu Oct 9 10:13:25 PDT 2008
Author: kris
Date: 2008-10-09 10:13:25 -0700 (Thu, 09 Oct 2008)
New Revision: 2882
Added:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/thunderbird/
Modified:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/thunderbird/component.cfg
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/thunderbird/component.png
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/thunderbird/install.sh
Log:
Added thunderbird to list of PBIs we have on CD3
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/thunderbird/component.cfg
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/gimp/component.cfg 2008-10-09 17:11:02 UTC (rev 2881)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/thunderbird/component.cfg 2008-10-09 17:13:25 UTC (rev 2882)
@@ -1,3 +1,3 @@
-# Gimp component file
-name: Gimp
-description: Powerful photo and image editor
+# Thunderbird component file
+name: Thunderbird
+description: Mozilla's popular E-mail client
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/thunderbird/install.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/gimp/install.sh 2008-10-09 17:11:02 UTC (rev 2881)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/thunderbird/install.sh 2008-10-09 17:13:25 UTC (rev 2882)
@@ -12,14 +12,14 @@
if [ -e "/tmp/networkURL" ]
then
cd ${FSMNT}/tmp/components
- ${FETCHCMD} ${NETPATH}/PBI/${GIMPPBI}
+ ${FETCHCMD} ${NETPATH}/PBI/${THUNDERBIRDPBI}
else
- cp /cdmnt/PBI/${GIMPPBI} /mnt/tmp/components/
+ cp /cdmnt/PBI/${THUNDERBIRDPBI} /mnt/tmp/components/
fi
# Make our install script
echo '#!/bin/sh
-ls /Programs/Gimp* >/dev/null 2>/dev/null
+ls /Programs/Thunderbird* >/dev/null 2>/dev/null
if [ "$?" != "0" ]
then
cd /tmp/components/
More information about the Commits
mailing list