summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2010-03-30 11:54:04 -0700
committerEric Sandall2010-03-30 11:54:04 -0700
commit5da1ad42ae0ad4e0024332bbc8bf8cf71522de31 (patch)
treeefd2bf01f2bcff4bb2017f066ccd760608075ee6
parente77a066b86e8587f7f54694577375682de6f8102 (diff)
google-chrome-bin: After extracting tar SOURCE, remove
-rw-r--r--bin-http/google-chrome-bin/HISTORY1
-rwxr-xr-xbin-http/google-chrome-bin/PRE_BUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/bin-http/google-chrome-bin/HISTORY b/bin-http/google-chrome-bin/HISTORY
index 2cbe118..c3038ec 100644
--- a/bin-http/google-chrome-bin/HISTORY
+++ b/bin-http/google-chrome-bin/HISTORY
@@ -1,6 +1,7 @@
2010-03-30 Eric Sandall <sandalle@sourcemage.org>
* PRE_BUILD: Tar is named based on $SOURCE, works on x86_64 now
Verify and unpack jpeg 7
+ After extracting tar SOURCE, remove
* DETAILS: Add jpeg 7 source
* BUILD: Build jpeg 7
* INSTALL: Copy libjpeg.so to chrome/libjpeg.so.62
diff --git a/bin-http/google-chrome-bin/PRE_BUILD b/bin-http/google-chrome-bin/PRE_BUILD
index 32e8df9..9975c64 100755
--- a/bin-http/google-chrome-bin/PRE_BUILD
+++ b/bin-http/google-chrome-bin/PRE_BUILD
@@ -3,6 +3,7 @@ cd $SOURCE_DIRECTORY &&
verify_file &&
rpm2tar $SOURCE_CACHE/$SOURCE &&
tar xf ${SOURCE/rpm/tar} &&
+rm -f ${SOURCE/rpm/tar} &&
verify_file '2' &&
unpack_file '2' &&