summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2010-01-06 04:23:45 -0800
committerEric Sandall2010-01-06 04:23:45 -0800
commit2de771055474cb91fc7590be6a885c123114876d (patch)
tree2dad3c9f8dd3e4e2a0aeebd56ea9bcd88ec28944
parent3d96a0c78a6741f9ded67d5b80bdba436f980a45 (diff)
google-chrome-bin: Fix typos in x86_64 and x86 SOURCE
-rwxr-xr-xbin-http/google-chrome-bin/DETAILS4
-rw-r--r--bin-http/google-chrome-bin/HISTORY1
2 files changed, 3 insertions, 2 deletions
diff --git a/bin-http/google-chrome-bin/DETAILS b/bin-http/google-chrome-bin/DETAILS
index e01bd4a..4c536e0 100755
--- a/bin-http/google-chrome-bin/DETAILS
+++ b/bin-http/google-chrome-bin/DETAILS
@@ -2,9 +2,9 @@
VERSION=beta_current
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]
then
- SOURCE=${SPELL/-bin}-${VERSION}_x86_64.rpm
+ SOURCE=${SPELL/-bin/}-${VERSION}_x86_64.rpm
else
- SOURCE=$SPELL/-bin/}-${VERSION}_i386.rpm
+ SOURCE=${SPELL/-bin/}-${VERSION}_i386.rpm
fi
SOURCE_IGNORE=unversioned
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/bin-http/google-chrome-bin/HISTORY b/bin-http/google-chrome-bin/HISTORY
index 869b7db..eb0f2fe 100644
--- a/bin-http/google-chrome-bin/HISTORY
+++ b/bin-http/google-chrome-bin/HISTORY
@@ -1,6 +1,7 @@
2010-01-06 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Apparently these RPMs change daily, switching to unversioned SOURCE_IGNORE
and setting VERSION to "beta_current"
+ Fix typos in x86_64 and x86 SOURCE
2010-01-05 Eric Sandall <sandalle@sourcemage.org>
* DETAILS, DEPENDS, PRE_BUILD, BUILD, INSTALL: Created