@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user