sqlite-3.50.3
This commit is contained in:
@@ -65,9 +65,9 @@ def install():
|
||||
|
||||
pisitools.dodoc("README*")
|
||||
|
||||
shelltools.cd("%s/sqlite-doc-3500200" % get.workDIR())
|
||||
shelltools.cd("%s/sqlite-doc-3500300" % get.workDIR())
|
||||
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3500200/*")
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3500300/*")
|
||||
"""
|
||||
# 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())
|
||||
|
||||
Reference in New Issue
Block a user