|
@@ -17,7 +17,6 @@ def destdir_join(d1: str, d2: str) -> str:
|
|
out = subprocess.run([*introspect.split(' '), '--installed'],
|
|
out = subprocess.run([*introspect.split(' '), '--installed'],
|
|
stdout=subprocess.PIPE, check=True).stdout
|
|
stdout=subprocess.PIPE, check=True).stdout
|
|
for source, dest in json.loads(out).items():
|
|
for source, dest in json.loads(out).items():
|
|
- assert os.path.isabs(source)
|
|
|
|
bundle_dest = destdir_join('qemu-bundle', dest)
|
|
bundle_dest = destdir_join('qemu-bundle', dest)
|
|
path = os.path.dirname(bundle_dest)
|
|
path = os.path.dirname(bundle_dest)
|
|
try:
|
|
try:
|