summaryrefslogtreecommitdiff
path: root/core/icu68/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-04-21 20:05:08 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-04-21 20:05:08 +0200
commit35fe01dff86225d65b97148fd2bee372e99f7ad9 (patch)
tree27d74f4fe5f6dfa8935c7b915a308e68c6508543 /core/icu68/PKGBUILD
parentf91e368ccc608edb2f2587970fd1f5550b4b02e5 (diff)
downloadpackages-35fe01dff86225d65b97148fd2bee372e99f7ad9.tar.xz
core/icu68: fixed location of license of shim package
Diffstat (limited to 'core/icu68/PKGBUILD')
-rw-r--r--core/icu68/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/icu68/PKGBUILD b/core/icu68/PKGBUILD
index 9d1548b0..0b9c350e 100644
--- a/core/icu68/PKGBUILD
+++ b/core/icu68/PKGBUILD
@@ -48,7 +48,7 @@ package() {
rm -rf "${pkgdir}/usr/share"
# Install license
- install -Dm644 "${srcdir}"/icu/LICENSE "${pkgdir}"/usr/share/licenses/icu/LICENSE
+ install -Dm644 "${srcdir}"/icu/LICENSE "${pkgdir}"/usr/share/licenses/icu68/LICENSE
}
groups+=(build-shims)