makeRPath.py nicer error on mis-configuation
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user