[PC-BSD Commits] r420 - pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/kdegames
svn at pcbsd.org
svn at pcbsd.org
Fri Jul 6 17:28:00 PDT 2007
Author: kris
Date: 2007-07-07 01:28:00 +0100 (Sat, 07 Jul 2007)
New Revision: 420
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:
Fixed the kdegames package, for some reason they were overwritten with opera
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 19:24:20 UTC (rev 419)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/kdegames/component.cfg 2007-07-07 00:28:00 UTC (rev 420)
@@ -1,3 +1,3 @@
-# Opera component file
-name: Opera
-description: Web Browser with BitTorrent client
+# KDE Games component file
+name: Games
+description: Arcade, Board, and Card games
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 19:24:20 UTC (rev 419)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/kdegames/install.sh 2007-07-07 00:28:00 UTC (rev 420)
@@ -1,15 +1,14 @@
#!/bin/sh
-# This script installs the Opera PBI
+# This script installs the KDE edu package
mkdir -p /mnt/tmp/components
-cp /cdmnt/PBI/Opera* /mnt/tmp/components/
+cp /cdmnt/components/kdegames* /mnt/tmp/components/
# Make our install script
echo '#!/bin/sh
cd /tmp/components/
-chmor 755 Opera*
-./Opera*.pbi -text
+pkg_add -f kdegames-*.tbz
' > /mnt/installComponent.sh
# Run the chrooted script
More information about the Commits
mailing list