makeRPath.py nicer error on mis-configuation

This commit is contained in:
Michael Davidsaver
2019-06-28 08:48:21 -07:00
parent bef9a08f6d
commit 05c93e954f

View File

@@ -54,7 +54,8 @@ for root in roots:
if froot is None:
sys.stderr.write("makeRPath: Final location %s\nNot under any of: %s\n"%(fdir, roots))
sys.exit(1)
# skip $ORIGIN handling below...
roots = []
output = OrderedDict()
for path in args.path: