sqlite ver. bump

This commit is contained in:
Rmys
2022-12-30 16:01:33 +03:00
parent ce2e709299
commit 8d0f027556
2 changed files with 11 additions and 4 deletions
+2 -2
View File
@@ -64,9 +64,9 @@ def install():
pisitools.dodoc("README*")
shelltools.cd("%s/sqlite-doc-3390000" % get.workDIR())
shelltools.cd("%s/sqlite-doc-3400100" % get.workDIR())
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3390000/*")
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3400100/*")
"""
# fix permissions and remove obsolete files; https://bugs.archlinux.org/task/24605
shelltools.system("find %s -type f -perm 755 -exec ls -lha {} \;" % get.installDIR())