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