[arch-commits] Commit in flashplugin/trunk (flashplugin.install)

Pierre Schmitz pierre at archlinux.org
Mon Nov 17 21:10:53 UTC 2008


    Date: Monday, November 17, 2008 @ 16:10:53
  Author: pierre
Revision: 19218

increase timeout for Dale's broken DNS server

Modified:
  flashplugin/trunk/flashplugin.install

---------------------+
 flashplugin.install |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: flashplugin.install
===================================================================
--- flashplugin.install	2008-11-17 21:02:07 UTC (rev 19217)
+++ flashplugin.install	2008-11-17 21:10:53 UTC (rev 19218)
@@ -2,7 +2,7 @@
 
 post_install() {
 	echo 'Downloading Flash Player...'
-	wget -T 10 -q -O - "${_source}" | bsdtar --strip-components=1 -x -o -f - -C usr/lib/mozilla/plugins/ *libflashplayer.so \
+	wget -T 30 -q -O - "${_source}" | bsdtar --strip-components=1 -x -o -f - -C usr/lib/mozilla/plugins/ *libflashplayer.so \
 		|| echo 'Download failed. Please install again later.'
 }
 




More information about the arch-commits mailing list