[PC-BSD Commits] r895 - in pcbsd/branches/1.4/installcd-overlay/usr/local/pcbsd/Components: firefox k3b
svn at pcbsd.org
svn at pcbsd.org
Wed Nov 14 10:48:40 PST 2007
Author: kris
Date: 2007-11-14 10:48:40 -0800 (Wed, 14 Nov 2007)
New Revision: 895
Modified:
pcbsd/branches/1.4/installcd-overlay/usr/local/pcbsd/Components/firefox/install.sh
pcbsd/branches/1.4/installcd-overlay/usr/local/pcbsd/Components/k3b/install.sh
Log:
Fixed the install of Firefox / K3b to use -accept flag for hte license
Modified: pcbsd/branches/1.4/installcd-overlay/usr/local/pcbsd/Components/firefox/install.sh
===================================================================
--- pcbsd/branches/1.4/installcd-overlay/usr/local/pcbsd/Components/firefox/install.sh 2007-11-14 17:46:12 UTC (rev 894)
+++ pcbsd/branches/1.4/installcd-overlay/usr/local/pcbsd/Components/firefox/install.sh 2007-11-14 18:48:40 UTC (rev 895)
@@ -1,5 +1,5 @@
#!/bin/sh
-# This script installs the OpenOffice PBI
+# This script installs the Firefox PBI
mkdir -p /mnt/tmp/components
@@ -12,7 +12,7 @@
then
cd /tmp/components/
chmod 755 Firefox*
- echo "\nyes" | ./Firefox*.pbi -text
+ ./Firefox*.pbi -text -accept
fi
' > /mnt/installComponent.sh
Modified: pcbsd/branches/1.4/installcd-overlay/usr/local/pcbsd/Components/k3b/install.sh
===================================================================
--- pcbsd/branches/1.4/installcd-overlay/usr/local/pcbsd/Components/k3b/install.sh 2007-11-14 17:46:12 UTC (rev 894)
+++ pcbsd/branches/1.4/installcd-overlay/usr/local/pcbsd/Components/k3b/install.sh 2007-11-14 18:48:40 UTC (rev 895)
@@ -1,5 +1,5 @@
#!/bin/sh
-# This script installs the OpenOffice PBI
+# This script installs the K3b PBI
mkdir -p /mnt/tmp/components
@@ -12,7 +12,7 @@
then
cd /tmp/components/
chmod 755 K3B*
- ./K3B*.pbi -text
+ ./K3B*.pbi -text -accept
fi
' > /mnt/installComponent.sh
More information about the Commits
mailing list