From 37cda20ff49e087a4ed95c22e7a623f1d1bdc125 Mon Sep 17 00:00:00 2001 From: Eric Sandall Date: Tue, 30 Mar 2010 11:45:55 -0700 Subject: google-chrome-bin: Tar is named based on , works on x86_64 now --- bin-http/google-chrome-bin/HISTORY | 3 +++ bin-http/google-chrome-bin/PRE_BUILD | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bin-http/google-chrome-bin/HISTORY b/bin-http/google-chrome-bin/HISTORY index ede8dd0..dde0f4d 100644 --- a/bin-http/google-chrome-bin/HISTORY +++ b/bin-http/google-chrome-bin/HISTORY @@ -1,3 +1,6 @@ +2010-03-30 Eric Sandall + * PRE_BUILD: Tar is named based on $SOURCE, works on x86_64 now + 2010-03-28 Ladislav Hagara * DEPENDS: rpmunpack -> rpm2targz #15582 * PRE_BUILD: updated for rpm2targz diff --git a/bin-http/google-chrome-bin/PRE_BUILD b/bin-http/google-chrome-bin/PRE_BUILD index 8a93224..10ec05e 100755 --- a/bin-http/google-chrome-bin/PRE_BUILD +++ b/bin-http/google-chrome-bin/PRE_BUILD @@ -2,7 +2,7 @@ mk_source_dir $SOURCE_DIRECTORY && cd $SOURCE_DIRECTORY && verify_file && rpm2tar $SOURCE_CACHE/$SOURCE && -tar xf google-chrome-beta_current_i386.tar && +tar xf ${SOURCE/rpm/tar} && mv $SOURCE_DIRECTORY/usr/bin/google-chrome{,-bin} && sed -i "s:Icon=.*:Icon=$INSTALL_ROOT/opt/google/chrome/product_logo_256.png:" \ -- cgit v1.2.3