summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2017-06-23 09:54:35 +0300
committerDet2017-06-23 09:54:35 +0300
commit741e3ddf814d9ba8dbdeaf66a708d58a90464733 (patch)
tree8004c9bd5aab3ae8c3ded96bc4bc317377a3ad18
parentcc1b15cc8d6f13a962372d45afd4180c9ea67ec0 (diff)
downloadaur-741e3ddf814d9ba8dbdeaf66a708d58a90464733.tar.gz
Fix license name
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 166e87935df8..fd653eb54b3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,5 +26,5 @@ package() {
mv docs/* "$pkgdir"/usr/share/doc/java$_major/
# License
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+ install -Dm644 LICENSE-Early-Adopter-Terms.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}