summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Werkmeister2020-03-07 00:36:46 +0100
committerLucas Werkmeister2020-03-07 00:36:46 +0100
commitda752fc7f8144c7210c1ba48d3ffa59047bc555f (patch)
treee3a978b35f757c12d3a9ed27a453f877de7e3f9a
parent515da6247655d6411d94108a7c9eb27d50720800 (diff)
downloadaur-da752fc7f8144c7210c1ba48d3ffa59047bc555f.tar.gz
Don’t try to copy missing file
This file was renamed from 3rd_party_licenses_graalpython.txt to THIRD_PARTY_LICENSE_GRAALPYTHON.txt with the 20.0.0 release; in the previous commit, I had added the new name, but not removed the old one. This didn’t result in an error locally because makepkg doesn’t clean the srcdir by default, so the file was still there. AUR user florensie [1] noticed the mistake. [1]: https://aur.archlinux.org/account/florensie/
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ddbb8d4ee78f..e13a744c5364 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ package() {
local file eq permissions mode name target
mkdir -p "$pkgdir/usr/lib/jvm/java-${java_}-graalvm/"
- cp -a -t "$pkgdir/usr/lib/jvm/java-${java_}-graalvm/" jre/ lib/ LICENSE_GRAALPYTHON.txt 3rd_party_licenses_graalpython.txt THIRD_PARTY_LICENSE_GRAALPYTHON.txt
+ cp -a -t "$pkgdir/usr/lib/jvm/java-${java_}-graalvm/" jre/ lib/ LICENSE_GRAALPYTHON.txt THIRD_PARTY_LICENSE_GRAALPYTHON.txt
printf '\n' >> META-INF/permissions
while read -r file eq permissions; do