gst-uninstalled: Allow specifying the checkout directory by env variable
authorEdward Hervey <bilboed@bilboed.com>
Sun, 22 Sep 2013 09:09:36 +0000 (11:09 +0200)
committerEdward Hervey <edward@collabora.com>
Sun, 22 Sep 2013 13:44:55 +0000 (15:44 +0200)
commit3e4b4eb59bb691c9e1c00a7a5268e68d4444bc7d
tree65f7ccb0c752266142edeaf31b10de5860e81e26
parent6db013ff7c6b469da67fd3f96d13a091f147f424
gst-uninstalled: Allow specifying the checkout directory by env variable

For some rare cases, one might not be able to use the hardcoded $HOME/gst
location yet would still want to use the gst-uninstalled script as-is (which
has the benefit of being constantly updated).

For these cases, the checkout directory can be specified with the
GST_UNINSTALLED_ROOT environment variable.

Ex:
export GST_UNINSTALLED_ROOT=$HOME/somewhere/with/checkouts

And then just call gst-uninstalled directly:
$GST_UNINSTALLED_ROOT/gstreamer/gst-uninstalled
scripts/gst-uninstalled