[PC-BSD Commits] r2883 - in pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components: . pidgin
svn at pcbsd.org
svn at pcbsd.org
Thu Oct 9 10:14:59 PDT 2008
Author: kris
Date: 2008-10-09 10:14:59 -0700 (Thu, 09 Oct 2008)
New Revision: 2883
Added:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/pidgin/
Modified:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/pidgin/component.cfg
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/pidgin/component.png
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/pidgin/install.sh
Log:
Added pidgin to list of PBI's we include on cd3
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/pidgin/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/pidgin/component.cfg 2008-10-09 17:14:59 UTC (rev 2883)
@@ -1,3 +1,3 @@
-# Gimp component file
-name: Gimp
-description: Powerful photo and image editor
+# Pidgin component file
+name: Pidgin
+description: Multi-protocol IM Client
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/pidgin/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/pidgin/install.sh 2008-10-09 17:14:59 UTC (rev 2883)
@@ -12,14 +12,14 @@
if [ -e "/tmp/networkURL" ]
then
cd ${FSMNT}/tmp/components
- ${FETCHCMD} ${NETPATH}/PBI/${GIMPPBI}
+ ${FETCHCMD} ${NETPATH}/PBI/${PIDGINPBI}
else
- cp /cdmnt/PBI/${GIMPPBI} /mnt/tmp/components/
+ cp /cdmnt/PBI/${PIDGINPBI} /mnt/tmp/components/
fi
# Make our install script
echo '#!/bin/sh
-ls /Programs/Gimp* >/dev/null 2>/dev/null
+ls /Programs/Pidgin* >/dev/null 2>/dev/null
if [ "$?" != "0" ]
then
cd /tmp/components/
More information about the Commits
mailing list