sqlite-3.51.2

This commit is contained in:
Rmys
2026-01-10 12:46:32 +03:00
parent 1eab51f276
commit 6b15027f79
2 changed files with 11 additions and 4 deletions
+2 -2
View File
@@ -65,9 +65,9 @@ def install():
pisitools.dodoc("README*")
shelltools.cd("%s/sqlite-doc-3510000" % get.workDIR())
shelltools.cd("%s/sqlite-doc-3510200" % get.workDIR())
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3510000/*")
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3510200/*")
"""
# 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())