From 2a90e5aa0e671497f287dfced2092685989f7999 Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 17 Dec 2018 11:28:50 +0100 Subject: [PATCH] fix share path --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f47e8af..7e674e6 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #! /bin/bash ROOT="${1}" -LIBDIR="${ROOT}/usr/lib/over/env" +LIBDIR="${ROOT}/usr/share/over-env" BINDIR="${ROOT}/usr/bin" CFGDIR="${ROOT}/etc" LOCALEDIR="${ROOT}/usr/share/i18n/locales"