From c79e252c53a7023a6b6db1acf99dc4ef985a0100 Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Fri, 15 Sep 2017 13:24:54 +0100 Subject: [PATCH] uninstalled: Symbolic link support for the script file This allows the user to invoke the uninstalled shell using a symbolic link to gst-uninstalled.py. --- gst-uninstalled.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-uninstalled.py b/gst-uninstalled.py index 7823cf6271..d8087014a7 100755 --- a/gst-uninstalled.py +++ b/gst-uninstalled.py @@ -13,7 +13,7 @@ import tempfile from common import get_meson -SCRIPTDIR = os.path.abspath(os.path.dirname(__file__)) +SCRIPTDIR = os.path.dirname(os.path.realpath(__file__)) PREFIX_DIR = os.path.join(SCRIPTDIR, 'prefix') -- 2.34.1