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
+1 -1
View File
@@ -538,7 +538,7 @@
<History>
<Update release="7">
<Date>2017-09-26</Date>
<Date>2017-09-30</Date>
<Version>55.0.3</Version>
<Comment>Version Bump</Comment>
<Name>Mustafa Cinasal</Name>