summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcylgom2019-02-10 16:08:18 +0100
committercylgom2019-02-10 16:08:18 +0100
commit44d204a82a20c0488312f4c02c1d38fb68b453c1 (patch)
treeceb94393c36d474e9efb4ae178fdd0d4495eef34
parentaf9fb466f21ef6843056ada3bed3c7866a680174 (diff)
downloadaur-44d204a82a20c0488312f4c02c1d38fb68b453c1.tar.gz
updated license file name
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 952824c2ed1a..08abee525850 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,5 +32,5 @@ build() {
package() {
cd ly
make DESTDIR="$pkgdir" install
- install -D -m644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/WTFPL"
+ install -D -m644 license.md "${pkgdir}/usr/share/licenses/${pkgname}/WTFPL"
}