core updated.

This commit is contained in:
Ertuğrul Erata
2015-05-17 16:28:10 +03:00
parent 14d58aa1d0
commit 8e13c775be
558 changed files with 543408 additions and 27657 deletions
+4 -3
View File
@@ -58,14 +58,13 @@ def setup():
options += "\
--bindir=/bin \
--sbindir=/sbin \
--enable-static \
--enable-partx \
--enable-raw \
--enable-write \
--enable-tunelp \
--with-audit \
--without-audit \
--with-udev \
--with-utempter \
--without-utempter \
"
autotools.autoreconf("-fi")
@@ -87,5 +86,7 @@ def install():
if get.buildTYPE() == "emul32": return
#pisitools.removeDir("/usr/lib32/pkgconfig")
pisitools.dodoc("ABOUT-NLS", "AUTHORS", "ChangeLog", "COPYING", "README*")
pisitools.insinto("/%s/%s" % (get.docDIR(), get.srcNAME()), "Documentation")