summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin-http/google-chrome-bin/HISTORY3
-rwxr-xr-xbin-http/google-chrome-bin/PRE_BUILD2
2 files changed, 4 insertions, 1 deletions
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 <sandalle@sourcemage.org>
+ * PRE_BUILD: Tar is named based on $SOURCE, works on x86_64 now
+
2010-03-28 Ladislav Hagara <hgr@vabo.cz>
* 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:" \