From 5da1ad42ae0ad4e0024332bbc8bf8cf71522de31 Mon Sep 17 00:00:00 2001 From: Eric Sandall Date: Tue, 30 Mar 2010 11:54:04 -0700 Subject: google-chrome-bin: After extracting tar SOURCE, remove --- bin-http/google-chrome-bin/HISTORY | 1 + bin-http/google-chrome-bin/PRE_BUILD | 1 + 2 files changed, 2 insertions(+) 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 * 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' && -- cgit v1.2.3