From 7020ce3cacbf33cf79adf97c18ad8df4407b964f Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Sat, 9 Apr 2011 08:42:53 -0500 Subject: [PATCH] Remove unzip option included by mistake. --- custom/qa-test-day.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/qa-test-day.ks b/custom/qa-test-day.ks index 30db47a..fafc9f6 100644 --- a/custom/qa-test-day.ks +++ b/custom/qa-test-day.ks @@ -38,7 +38,7 @@ glib2 %post # Set Test_Day:Current as default browser homepage -unzip -c /usr/lib/firefox-*/omni.jar chrome/en-US/locale/browser/browser.properties -d /tmp +unzip /usr/lib/firefox-*/omni.jar chrome/en-US/locale/browser/browser.properties -d /tmp cat << EOF > /tmp/chrome/en-US/locale/browser/browser.properties browser.startup.homepage=https://fedoraproject.org/wiki/Test_Day:Current EOF