sqlite-3.50.4 ver. bump

This commit is contained in:
Rmys
2025-07-31 14:38:59 +03:00
parent 95f45045db
commit 9b7f972b9b
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-3500300" % get.workDIR())
shelltools.cd("%s/sqlite-doc-3500400" % get.workDIR())
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3500300/*")
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3500400/*")
"""
# 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())