gst-uninstalled: Use absolute path to custom builddir
authorNirbheek Chauhan <nirbheek@centricular.com>
Sat, 5 May 2018 13:08:00 +0000 (18:38 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Sat, 5 May 2018 13:08:00 +0000 (18:38 +0530)
gst-uninstalled.py

index befceef..a702290 100755 (executable)
@@ -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" %