Skip to content

Commit

Permalink
Merge pull request #587 from mariux64/new-rev-chromium
Browse files Browse the repository at this point in the history
Chromium: New revision
  • Loading branch information
donald authored Jan 24, 2018
2 parents 8576837 + b6e6d50 commit 4341665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chromium.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION chromium-63.0.3239.132-0
# BEE_VERSION chromium-63.0.3239.132-1

SRCURL[0]="https://commondatastorage.googleapis.com/chromium-browser-official/chromium-${PKGVERSION}.tar.xz"

Expand Down Expand Up @@ -117,7 +117,7 @@ mee_install() {
start_cmd ln -sv ${LIBDIR}/chromium/chromedriver usr/bin/chromedriver
#start_cmd ln -sv ${LIBDIR}/chromium/chromium usr/bin/chromium
cat >${D}${BINDIR}/chromium<<EOF
LD_LIBRARY_PATH=/pkg/gcc-7.2.0-0/lib /usr/lib/chromium/chromium ${@}
LD_LIBRARY_PATH=/pkg/gcc-7.2.0-0/lib exec "/usr/lib/chromium/chromium" "\$@"
EOF
start_cmd chmod 755 ${D}${BINDIR}/chromium
cd ${S}
Expand Down

0 comments on commit 4341665

Please sign in to comment.