diff options
author | Horst Burkhardt <horst@adelielinux.org> | 2024-12-06 14:59:54 +1100 |
---|---|---|
committer | Horst Burkhardt <horst@adelielinux.org> | 2024-12-06 14:59:54 +1100 |
commit | 1f4e5f95c4561a77b194bf77c6595589d60f4a47 (patch) | |
tree | 86e8506e843e0ad31c097d7a1b90b22d77dea404 /bootstrap | |
parent | 64d6f83100072cf993005bfe052850011e692d0c (diff) | |
download | packages-1f4e5f95c4561a77b194bf77c6595589d60f4a47.tar.gz packages-1f4e5f95c4561a77b194bf77c6595589d60f4a47.tar.bz2 packages-1f4e5f95c4561a77b194bf77c6595589d60f4a47.tar.xz packages-1f4e5f95c4561a77b194bf77c6595589d60f4a47.zip |
bootstrap/ecj-3.2: I can't believe it's recursion can't believe it's recursion can't believe it's recursion
Signed-off-by: Horst Burkhardt <horst@adelielinux.org>
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/ecj-3.2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/ecj-3.2/APKBUILD b/bootstrap/ecj-3.2/APKBUILD index ec7c38000..0d477f0a2 100644 --- a/bootstrap/ecj-3.2/APKBUILD +++ b/bootstrap/ecj-3.2/APKBUILD @@ -14,7 +14,7 @@ source="https://archive.eclipse.org/eclipse/downloads/drops/R-$pkgver-2007021213 build-niceties.patch" unpack() { - unpack eclipse-sourceBuild-srcIncluded-"$pkgver".zip + default_unpack mv jdtcoresrc ecj-3.2.2 cd ecj-3.2.2 unzip -d src -q src/ecj.jar |