summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12017-07-25 19:00:35 +0800
committerChocobo12017-07-25 19:00:35 +0800
commit53e7d15b47184d97a378bca8158501a8058f722b (patch)
tree5609307aa926e0c3a15f1bf721f0d831dd9241ce
parentc3d087f9422a918973f00c057f62910b66c7ce88 (diff)
downloadaur-53e7d15b47184d97a378bca8158501a8058f722b.tar.gz
fix license name
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 695efdcbc94e..4a0f5ab0532f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -56,5 +56,5 @@ build() {
package() {
make -C py2 DESTDIR="$pkgdir" install
make -C py3 DESTDIR="$pkgdir" install
- install -Dm644 "libtorrent/COPYING" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 "libtorrent/COPYING" "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}