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/bash/APKBUILD | 7 ------- 1 file changed, 7 deletions(-) (limited to 'system/bash/APKBUILD') diff --git a/system/bash/APKBUILD b/system/bash/APKBUILD index 9e01ae6fe..94ea6dbbd 100644 --- a/system/bash/APKBUILD +++ b/system/bash/APKBUILD @@ -14,7 +14,6 @@ license="GPL-3.0+" makedepends_build="byacc flex" makedepends_host="ncurses-dev" depends="" -options="!checkroot" install="$pkgname.post-upgrade $pkgname.pre-deinstall" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang $pkgname-binsh:binsh:noarch" @@ -40,8 +39,6 @@ done builddir="$srcdir"/$pkgname-$_myver prepare() { - cd "$builddir" - # NOTE: This section is for applying the vendor patches, which are required to fix # security holes. `default_prepare` does *not* apply vendor patches in the format # shipped with bash. We also need to make sure vendor patches are applied before @@ -62,7 +59,6 @@ prepare() { } build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -77,14 +73,11 @@ build() { } check() { - cd "$builddir" make check } package() { - cd ${startdir}/src/${pkgname}-${_myver} make DESTDIR=${pkgdir} install - install -D -m755 "$srcdir"/bashrc "$pkgdir"/etc/bash/bashrc } -- cgit v1.2.3-60-g2f50