mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +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
|
||||
|
||||
SCRIPTDIR = os.path.abspath(os.path.dirname(__file__))
|
||||
SCRIPTDIR = os.path.dirname(os.path.realpath(__file__))
|
||||
PREFIX_DIR = os.path.join(SCRIPTDIR, 'prefix')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue