Skip to content

Commit

Permalink
Chromium: New revision
Browse files Browse the repository at this point in the history
fixup for the little wrapper
  • Loading branch information
david committed Jan 24, 2018
1 parent e70fc9c commit b6e6d50
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 b6e6d50

Please sign in to comment.