| Hash | Commit message | Author | Date | Files | + | - |
1 | commit ced0acb77342159b62fa9e6de7597bd380e05a24 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Fri Sep 29 19:33:24 2023 +0200 |
4 | |
5 | Auto-Commit Update - 20230929 |
6 | --- |
7 | PKGBUILD | 2 +- |
8 | 1 file changed, 1 insertion(+), 1 deletion(-) |
9 | |
10 | diff --git a/PKGBUILD b/PKGBUILD |
11 | index f6fe33a..2525ca4 100644 |
12 | --- a/PKGBUILD |
13 | +++ b/PKGBUILD |
14 | @@ -32,7 +32,7 @@ package() { |
15 | install -Dm755 usr/bin/${pkgname} "${pkgdir}/usr/bin/${pkgname}" |
16 | install -Dm755 usr/share/doc/${pkgname}/README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md" |
17 | install -Dm755 usr/share/man/man1/${pkgname}.1.gz "${pkgdir}usr/share/man/man1/${pkgname}.1.gz" |
18 | - install -Dm755 usr/share/${pkgname}/plugged/${pkgname}/plugin/${pkgname}.vim "${pkgdir}/usr/share/${pkgname}/plugin/${pkgname}.vim" |
19 | + install -Dm755 usr/share/${pkgname}/plugin/${pkgname}.vim "${pkgdir}/usr/share/${pkgname}/plugin/${pkgname}.vim" |
20 | install -Dm644 usr/share/${pkgname}/plugin/${pkgname}.vim "${pkgdir}${_vimDir}/${pkgname}/plugin/${pkgname}.vim" |
21 | |
22 | } |