aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-08-17 17:58:12 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-08-17 17:58:12 +0200
commit87ca2c504aec78f2b93300be70eb3e3953cf4591 (patch)
treeae577e5ec030e097620fcbba89ae9d877c68794b /testing
parentaa78d213b21b60a9c72353ed5e6b8a2ce6e3c64a (diff)
downloadaports-87ca2c504aec78f2b93300be70eb3e3953cf4591.tar.bz2
aports-87ca2c504aec78f2b93300be70eb3e3953cf4591.tar.xz
testing/java-lz4: improve abuild
Diffstat (limited to 'testing')
-rw-r--r--testing/java-lz4/APKBUILD10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/java-lz4/APKBUILD b/testing/java-lz4/APKBUILD
index 7a65fab19b..e0b5f1c611 100644
--- a/testing/java-lz4/APKBUILD
+++ b/testing/java-lz4/APKBUILD
@@ -18,16 +18,6 @@ source="$_pkgname-$pkgver.tar.gz::https://github.com/jpountz/$_pkgname/archive/$
"
builddir="$srcdir/$_pkgname-$pkgver"
-prepare() {
- cd "$builddir"
-
- local file; for file in $source; do
- case $file in
- *.patch) msg $file; patch -p1 -i "$srcdir"/$file || return 1;;
- esac
- done
-}
-
build() {
cd "$builddir"