aboutsummaryrefslogtreecommitdiffstats
path: root/main/findutils
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-14 15:38:20 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-14 15:42:55 -0300
commit81633f00dd52212d62c630bbf6f6c8a9bc1f29cd (patch)
tree8c4c8d6cf86d750385b57d31192a030b65f7ef02 /main/findutils
parent297f593732904d02593169850509404a244aa1f7 (diff)
downloadaports-81633f00dd52212d62c630bbf6f6c8a9bc1f29cd.tar.bz2
aports-81633f00dd52212d62c630bbf6f6c8a9bc1f29cd.tar.xz
main/*: remove invalid options and modernize
Diffstat (limited to 'main/findutils')
-rw-r--r--main/findutils/APKBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/main/findutils/APKBUILD b/main/findutils/APKBUILD
index f6a477c201..e0d293e28e 100644
--- a/main/findutils/APKBUILD
+++ b/main/findutils/APKBUILD
@@ -10,13 +10,10 @@ arch="all"
license="GPL-3.0-or-later"
checkdepends="coreutils diffutils dejagnu"
subpackages="$pkgname-doc"
-source="https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz
+source="https://ftp.gnu.org/pub/gnu/findutils/findutils-$pkgver.tar.xz
test-parse-datetime.patch"
-options="!checkroot"
build() {
- cd "$builddir"
-
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -29,12 +26,10 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
rm -rf "$pkgdir"/usr/lib
}