From 3f84686b411666ca9818ba17b2cf089c8c016713 Mon Sep 17 00:00:00 2001 From: hasufell Date: Mon, 15 Feb 2016 02:47:45 +0100 Subject: [PATCH] net-www/inox: fix inox-launcher --- packages/net-www/inox/files/inox-launcher.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/net-www/inox/files/inox-launcher.sh b/packages/net-www/inox/files/inox-launcher.sh index 4b87a89..3125659 100644 --- a/packages/net-www/inox/files/inox-launcher.sh +++ b/packages/net-www/inox/files/inox-launcher.sh @@ -6,8 +6,8 @@ # Source: Debian, Gentoo # License: GPLv2 or later -if [ -f /etc/chromium/default ] ; then - . /etc/chromium/default +if [ -f /etc/inox/default ] ; then + . /etc/inox/default fi # Prefer user defined CHROMIUM_USER_FLAGS (fron env) over system @@ -31,6 +31,6 @@ case ":$PATH:" in esac # Set the .desktop file name -export CHROME_DESKTOP=chromium-browser.desktop +export CHROME_DESKTOP=inox-browser.desktop -exec -a "chromium-browser" "$PROGDIR/chrome" --extra-plugin-dir=/opt/netscape/plugins $CHROMIUM_FLAGS "$@" \ No newline at end of file +exec -a "inox-browser" "$PROGDIR/inox" --extra-plugin-dir=/opt/netscape/plugins $CHROMIUM_FLAGS "$@"