From d7b86636f9aa3cddd0175e16a8bfbd3c08228996 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Sat, 5 May 2018 18:38:00 +0530 Subject: [PATCH] gst-uninstalled: Use absolute path to custom builddir --- gst-uninstalled.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-uninstalled.py b/gst-uninstalled.py index befceef..a702290 100755 --- a/gst-uninstalled.py +++ b/gst-uninstalled.py @@ -216,6 +216,7 @@ if __name__ == "__main__": print("GStreamer not built in %s\n\nBuild it and try again" % options.builddir) exit(1) + options.builddir = os.path.abspath(options.builddir) if not os.path.exists(options.srcdir): print("The specified source dir does not exist" % -- 2.7.4