Merge pull request #4043 from ertugerata/master

fix
This commit is contained in:
Ertuğrul Erata
2017-09-30 20:21:52 +03:00
committed by GitHub
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -38,14 +38,16 @@ def setup():
shelltools.makedirs(ObjDir) shelltools.makedirs(ObjDir)
shelltools.cd(ObjDir) shelltools.cd(ObjDir)
shelltools.system("../configure --prefix=/usr --libdir=/usr/lib --disable-strip --disable-install-strip") shelltools.system("../configure --prefix=/usr --libdir=/usr/lib --disable-strip --disable-install-strip")
def build(): def build():
#shelltools.cd(ObjDir) shelltools.cd(ObjDir)
autotools.make("./mach build") shelltools.system("../mach build")
def install(): def install():
shelltools.cd(ObjDir)
shelltools.system("DESTDIR=%s ./mach install " % get.installDIR()) shelltools.system("DESTDIR=%s ./mach install " % get.installDIR())
# Install language packs # Install language packs
+1 -1
View File
@@ -538,7 +538,7 @@
<History> <History>
<Update release="7"> <Update release="7">
<Date>2017-09-26</Date> <Date>2017-09-30</Date>
<Version>55.0.3</Version> <Version>55.0.3</Version>
<Comment>Version Bump</Comment> <Comment>Version Bump</Comment>
<Name>Mustafa Cinasal</Name> <Name>Mustafa Cinasal</Name>