diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2022-04-12 22:09:17 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2022-04-14 00:25:12 -0400 |
commit | 210403f029229897186b644febef497f09bf6026 (patch) | |
tree | c6e301e88158940cdf66315fa3352a5d16c880ca /pcr-testing/sekai | |
parent | 860468d216609fdd8aef67abe050bb214e8651ac (diff) | |
download | abslibre-210403f029229897186b644febef497f09bf6026.tar.gz abslibre-210403f029229897186b644febef497f09bf6026.tar.bz2 abslibre-210403f029229897186b644febef497f09bf6026.zip |
[qtau][sinsy][sekai][hts_engine_api-git]: bugfix PKGBUILDS
Diffstat (limited to 'pcr-testing/sekai')
-rw-r--r-- | pcr-testing/sekai/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr-testing/sekai/PKGBUILD b/pcr-testing/sekai/PKGBUILD index 4578fcb16..904a3b9cb 100644 --- a/pcr-testing/sekai/PKGBUILD +++ b/pcr-testing/sekai/PKGBUILD @@ -46,5 +46,5 @@ package() make DESTDIR="${pkgdir}" install - install -Dm644 "${srcdir}"/LICENSE.txt "${pkgdir}"/usr/share/licences/${pkgname}/LICENSE.txt + install -Dm644 "${srcdir}"/LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt } |