diff options
Diffstat (limited to 'system/parted/APKBUILD')
-rw-r--r-- | system/parted/APKBUILD | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/system/parted/APKBUILD b/system/parted/APKBUILD index 081de8bf2..ff9eb6c76 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="https://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 |