summaryrefslogtreecommitdiffstats
path: root/custom
diff options
context:
space:
mode:
authorBruno Wolff III <bruno@wolff.to>2011-04-09 08:42:53 -0500
committerBruno Wolff III <bruno@wolff.to>2011-04-09 08:42:53 -0500
commit7020ce3cacbf33cf79adf97c18ad8df4407b964f (patch)
treeb7c88e82fce2b1cd39da03c3b69926d968cedc60 /custom
parent7003848a4bd27ca47d111a4089c47e02dca89e9c (diff)
downloadspin-kickstarts-7020ce3cacbf33cf79adf97c18ad8df4407b964f.tar.gz
spin-kickstarts-7020ce3cacbf33cf79adf97c18ad8df4407b964f.tar.xz
spin-kickstarts-7020ce3cacbf33cf79adf97c18ad8df4407b964f.zip
Remove unzip option included by mistake.
Diffstat (limited to 'custom')
-rw-r--r--custom/qa-test-day.ks2
1 files changed, 1 insertions, 1 deletions
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