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.
This commit is contained in:
Philippe Normand 2017-09-15 13:24:54 +01:00
parent 60585d2812
commit c79e252c53

View file

@ -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')