From a403295128bf9dbfe33373380e61b30ab9e47fe2 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 8 Mar 2019 00:29:26 +0000 Subject: system/*: remove checkroot, modernise --- system/parted/APKBUILD | 5 ----- 1 file changed, 5 deletions(-) (limited to 'system/parted') diff --git a/system/parted/APKBUILD b/system/parted/APKBUILD index d5a18131c..7e5fda587 100644 --- a/system/parted/APKBUILD +++ b/system/parted/APKBUILD @@ -6,7 +6,6 @@ pkgrel=8 pkgdesc="Utility to create, destroy, resize, check and copy partitions" url="http://www.gnu.org/software/parted/parted.html" arch="all" -options="!checkroot" license="GPL-3.0+" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" depends= @@ -21,13 +20,11 @@ source="ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz " prepare() { - cd "$builddir" default_prepare autoreconf } build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -41,12 +38,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install rm -rf "$pkgdir"/usr/lib/charset.alias rmdir -p "$pkgdir"/usr/lib 2>/dev/null || true -- cgit v1.2.3-70-g09d2