]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
can't use lite tarball, as it does not contain v8 code
authorElan Ruusamäe <glen@delfi.ee>
Thu, 10 Jan 2013 19:56:42 +0000 (21:56 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 10 Jan 2013 19:56:42 +0000 (21:56 +0200)
get-source.sh

index 600600b97fd384c52b565f2601f3e47bf9eed4a1..a4b549ed9f114908645123f5e86b133f19dc3454 100755 (executable)
@@ -47,7 +47,7 @@ LOGFILE=$TMP_DIR/$PACKAGE_NAME-$VERSION.log
 cd "$TMP_DIR"
 srctarball=$PACKAGE_NAME-$VERSION.tar.bz2
 if [ "$CHANNEL" = "dev" ]; then
-       wget -c -nv -O $srctarball "$OFFICIAL_URL/chromium-$VERSION-lite.tar.bz2"
+       wget -c -nv -O $srctarball "$OFFICIAL_URL/chromium-$VERSION.tar.bz2"
 else
        wget -c -nv -O $srctarball "$OFFICIAL_URL/chromium-$VERSION.tar.bz2"
 fi
This page took 0.062631 seconds and 4 git commands to generate.