From f69867b4b47e90f87d3ef8fd31c18877a4454b15 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 5 May 2018 22:16:27 +0300 Subject: [PATCH] sqlite-3.22.0 --- system/base/sqlite/actions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/base/sqlite/actions.py b/system/base/sqlite/actions.py index ffc00b1a..6368de0c 100644 --- a/system/base/sqlite/actions.py +++ b/system/base/sqlite/actions.py @@ -61,10 +61,10 @@ def install(): pisitools.dodoc("README*") - shelltools.cd("%s/sqlite-doc-3200100" % get.workDIR()) + shelltools.cd("%s/sqlite-doc-3220000" % get.workDIR()) shelltools.system("pwd") - pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3200100/*") + pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3220000/*") # 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())