From 87ca2c504aec78f2b93300be70eb3e3953cf4591 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 17 Aug 2016 17:58:12 +0200 Subject: testing/java-lz4: improve abuild --- testing/java-lz4/APKBUILD | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'testing/java-lz4') 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" -- cgit v1.2.3