move stages and assemblers into /usr/libexec/

This commit is contained in:
Martin Sehnoutka 2019-07-23 14:52:48 +02:00 committed by Lars Karlitski
parent 3c19420b3e
commit e23fdb2b45

View file

@ -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):