look for stages in /usr/lib/osbuild instead of /usr/lib
This commit is contained in:
parent
a837cc5e82
commit
4afef01626
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ BOLD = "\033[1m"
|
|||
|
||||
libdir = os.path.dirname(__file__)
|
||||
if not os.path.exists(f"{libdir}/stages"):
|
||||
libdir = f"{sys.prefix}/lib"
|
||||
libdir = f"{sys.prefix}/lib/osbuild"
|
||||
|
||||
|
||||
class StageFailed(Exception):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue