sqlite-3.22.0
This commit is contained in:
@@ -61,10 +61,10 @@ def install():
|
|||||||
|
|
||||||
pisitools.dodoc("README*")
|
pisitools.dodoc("README*")
|
||||||
|
|
||||||
shelltools.cd("%s/sqlite-doc-3200100" % get.workDIR())
|
shelltools.cd("%s/sqlite-doc-3220000" % get.workDIR())
|
||||||
shelltools.system("pwd")
|
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
|
# 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())
|
shelltools.system("find %s -type f -perm 755 -exec ls -lha {} \;" % get.installDIR())
|
||||||
|
|||||||
Reference in New Issue
Block a user