commit b644427eae2287d0cb9dd5783452ae587d297396
Author: Elan Ruusamäe <[email protected]>
Date:   Sun Jan 4 20:50:32 2015 +0200

    get-source: do cleanup only in stable package

 get-source.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/get-source.sh b/get-source.sh
index a48ee57..f42044b 100755
--- a/get-source.sh
+++ b/get-source.sh
@@ -62,7 +62,7 @@ set -x
 
        awk '/^#define/ && /(MAJOR|MINOR)_VERSION|BUILD_NUMBER|PATCH_LEVEL/ { 
printf("%s=%s\n", $2, $3) }' v8/src/version.cc | tee -a v8.sh
 
-       if [ "$CHANNEL" != "dev" ]; then
+       if [ "$CHANNEL" = "stable" ]; then
                patch -p1 < $WORK_DIR/remove_bundled_libraries-stale.patch
                sh -x $WORK_DIR/clean-source.sh emptydirs=1 v8=0 mesa=0 
sqlite=0 ffmpeg=0
                patch -p1 -R < $WORK_DIR/remove_bundled_libraries-stale.patch
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/29d835c3f7fb466f7c5575655aada7f8166054bc

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to