diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-11-02 11:51:56 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-11-02 11:51:56 +0200 |
commit | a2e061d5095bdd9ec5421e02fdfe2315e1b05136 (patch) | |
tree | 882fc377c12fe7e5d23ab7de7c519305ad771f4a /community/java-lz4/APKBUILD | |
parent | 84640d4e8fd8a12e4b2caf67d9ab0c37931eaf76 (diff) | |
download | aports-a2e061d5095bdd9ec5421e02fdfe2315e1b05136.tar.bz2 aports-a2e061d5095bdd9ec5421e02fdfe2315e1b05136.tar.xz |
community/[various]: dont set arch in split function
Diffstat (limited to 'community/java-lz4/APKBUILD')
-rw-r--r-- | community/java-lz4/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/java-lz4/APKBUILD b/community/java-lz4/APKBUILD index 677f9a0d57..f11484808e 100644 --- a/community/java-lz4/APKBUILD +++ b/community/java-lz4/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.3.0 pkgrel=2 pkgdesc="LZ4 compression for Java" url="https://github.com/jpountz/lz4-java" -arch="noarch" +arch="all" license="ASL-2.0" depends="openjdk8-jre-base" makedepends="apache-ant openjdk8" @@ -34,7 +34,6 @@ package() { } native() { - arch="all" local soname="liblz4-java.so" install -m755 -D "$builddir"/build/jni/*/*/$soname \ |