mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-05 06:58:49 +00:00
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:
parent
60585d2812
commit
c79e252c53
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import tempfile
|
||||||
|
|
||||||
from common import get_meson
|
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')
|
PREFIX_DIR = os.path.join(SCRIPTDIR, 'prefix')
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue