claws-mail.

This commit is contained in:
4fury-c3440d8
2022-11-10 12:37:08 +03:00
parent ceb850f8f8
commit 5109f41f78
2 changed files with 10 additions and 4 deletions
+1 -2
View File
@@ -14,7 +14,6 @@ i = ''.join([
])
def setup():
autotools.configure(i)
# pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
@@ -23,5 +22,5 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "README")
pisitools.dodoc("AUTHORS", "NEWS", "RELEASE_NOTES")