[PC-BSD Commits] r419 - pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/kdegames
svn at pcbsd.org
svn at pcbsd.org
Fri Jul 6 12:24:20 PDT 2007
Author: kris
Date: 2007-07-06 20:24:20 +0100 (Fri, 06 Jul 2007)
New Revision: 419
Modified:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/kdegames/component.cfg
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/kdegames/component.png
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/kdegames/install.sh
Log:
Added option to install Opera from a PBI file on CD 2
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/kdegames/component.cfg
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/kdegames/component.cfg 2007-07-06 18:52:40 UTC (rev 418)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/kdegames/component.cfg 2007-07-06 19:24:20 UTC (rev 419)
@@ -1,3 +1,3 @@
-# KDE Games component file
-name: Games
-description: Arcade, Board, and Card games
+# Opera component file
+name: Opera
+description: Web Browser with BitTorrent client
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/kdegames/component.png
===================================================================
(Binary files differ)
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/kdegames/install.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/kdegames/install.sh 2007-07-06 18:52:40 UTC (rev 418)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/kdegames/install.sh 2007-07-06 19:24:20 UTC (rev 419)
@@ -1,14 +1,15 @@
#!/bin/sh
-# This script installs the KDE edu package
+# This script installs the Opera PBI
mkdir -p /mnt/tmp/components
-cp /cdmnt/components/kdegames* /mnt/tmp/components/
+cp /cdmnt/PBI/Opera* /mnt/tmp/components/
# Make our install script
echo '#!/bin/sh
cd /tmp/components/
-pkg_add -f kdegames-*.tbz
+chmor 755 Opera*
+./Opera*.pbi -text
' > /mnt/installComponent.sh
# Run the chrooted script
More information about the Commits
mailing list