This commit is contained in:
Ertuğrul Erata
2017-09-30 20:21:39 +03:00
parent a1623b3b85
commit b4ea6ba8f6
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -38,14 +38,16 @@ def setup():
shelltools.makedirs(ObjDir)
shelltools.cd(ObjDir)
shelltools.system("../configure --prefix=/usr --libdir=/usr/lib --disable-strip --disable-install-strip")
def build():
#shelltools.cd(ObjDir)
autotools.make("./mach build")
shelltools.cd(ObjDir)
shelltools.system("../mach build")
def install():
shelltools.cd(ObjDir)
shelltools.system("DESTDIR=%s ./mach install " % get.installDIR())
# Install language packs