FS#74509 - [python-flask-login] Wrong doc path.

Attached to Project: Community Packages
Opened by dmtrbm (dmtrbm) - Tuesday, 19 April 2022, 18:48 GMT
Last edited by Torsten Keßler (tpkessler) - Monday, 04 September 2023, 12:37 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Levente Polyak (anthraxx)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

diff --git a/PKGBUILD b/PKGBUILD
index 0c9446b..abff5ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,5 +28,5 @@ package() {
python -m installer --destdir="$pkgdir" dist/*.whl

install -Dm 644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
- install -Dm 644 README.md -t "$pkgdir"/usr/share/docs/$pkgname
+ install -Dm 644 README.md -t "$pkgdir"/usr/share/doc/$pkgname
}

This task depends upon

Closed by  Torsten Keßler (tpkessler)
Monday, 04 September 2023, 12:37 GMT
Reason for closing:  Fixed

Loading...