mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
www-client/helium-bin: Fixed executable which pointed to old location.
Upstream has renamed the binary from 'chrome' to 'helium' and our executable still pointed to /opt/helium/chrome. Closes: https://bugs.gentoo.org/969188 Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
@@ -6,4 +6,4 @@ export LD_LIBRARY_PATH="/opt/helium${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"
|
||||
# Example: EXTRA_FLAGS="--force-dark-mode --enable-features=VaapiVideoDecoder"
|
||||
EXTRA_FLAGS=""
|
||||
|
||||
exec /opt/helium/chrome $EXTRA_FLAGS "$@"
|
||||
exec /opt/helium/helium $EXTRA_FLAGS "$@"
|
||||
|
||||
Reference in New Issue
Block a user