summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1570867f1d4b..f44e329dfb1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,6 +18,7 @@ prepare() {
cd "$pkgname"
mv cfmask/CFMASK-LICENSE.txt LICENSE
+ install -D -m644 LICENSE "$(pkgdir)/usr/share/licenses/$(pkgname)/LICENSE"
python_files=$(find -name '*.py')
for file in $python_files