summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89fc0f9e4318..7447360f18f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,4 +37,6 @@ package()
"$pkgdir"/usr/bin/librespot
install -D -m 644 "$_pkgname"/contrib/librespot.service \
"$pkgdir"/usr/lib/systemd/system/librespot.service
+ install -D -m 644 "$_pkgname"/LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}