move stages and assemblers into /usr/libexec/
This commit is contained in:
parent
3c19420b3e
commit
e23fdb2b45
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ BOLD = "\033[1m"
|
|||
|
||||
libdir = os.path.dirname(os.path.dirname(__file__))
|
||||
if not os.path.exists(f"{libdir}/stages"):
|
||||
libdir = f"{sys.prefix}/lib/osbuild"
|
||||
libdir = f"{sys.prefix}/libexec/osbuild"
|
||||
|
||||
|
||||
class StageFailed(Exception):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue