summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel M. Capella2018-03-05 12:38:29 -0500
committerDaniel M. Capella2018-03-05 12:38:29 -0500
commit58980d9c0e8d7c60ba7a7e7279d7e497d13b5092 (patch)
tree89180ab7b5c6ae56346e1a0ba372f30d8d483c13 /PKGBUILD
parent0e33392501762b7917cc657b55f446abd9dfbf7a (diff)
downloadaur-58980d9c0e8d7c60ba7a7e7279d7e497d13b5092.tar.gz
Fix license location
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4479fb267fb2..edc78de2a5f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ check() {
package() {
cd mwic-$pkgver
make PREFIX=/usr DESTDIR="$pkgdir" install
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/mwic/LICENSE
+ install -Dm644 doc/LICENSE "$pkgdir"/usr/share/licenses/mwic/LICENSE
}
# vim:set ts=2 sw=2 et: