summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a73801e23bf..b488e9afbb19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,4 +32,5 @@ package() {
# Unpack, flag as executable and move to the right directory
install -Dm755 "antibody" "$pkgdir/usr/bin/antibody"
+ install -Dm644 "LICENSE.md" "$pkgdir/usr/share/licenses/antibody/LICENSE"
}