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
@ -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…
x
Reference in New Issue
Block a user