summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLenovsky2018-08-11 01:17:53 +0200
committerLenovsky2018-08-11 01:17:53 +0200
commitcdc5aa9a3c8f73f9073247a7ee20b8609c7e5fe4 (patch)
treed3a987933f50ce72c9367eb6386dc242a6b7dffe
parente66cbb3a279b261ab8b79d8cb38fad58f4ac8c78 (diff)
downloadaur-cdc5aa9a3c8f73f9073247a7ee20b8609c7e5fe4.tar.gz
Update the license
-rw-r--r--PKGBUILD7
1 files changed, 0 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 326f3a4f1718..24f4619596cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -92,13 +92,6 @@ package_kodi-git() {
-P cmake_install.cmake
done
- # Licenses
- install -dm755 "$pkgdir/usr/share/licenses/$pkgname"
- for licensef in LICENSE.md copying.txt; do
- mv "$pkgdir/usr/share/doc/kodi/$licensef" \
- "$pkgdir/usr/share/licenses/$pkgname"
- done
-
# python2 is being used
cd "$pkgdir"
grep -lR '#!.*python' * | while read file; do sed -s 's/\(#!.*python\)/\12/g' -i "$file"; done