main/sed: kill the builder hack now

This commit is contained in:
William Pitcock 2017-02-02 03:01:22 +00:00
parent 92f6aec874
commit 6fbcbc6eed

View File

@ -14,15 +14,6 @@ source="ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz
builddir="$srcdir/$pkgname-$pkgver"
# XXX -- ugly hack to unbreak x86 builder, don't try this at home kids. we invoke a suid helper to delete sed, forcing
# busybox sed to be used. hopefully you don't ever see this as i will revert it next...
prepare() {
msg "delete sed"
abuild-apk del sed .makedepends-firefox-esr || return 1
default_prepare || return 1
}
build() {
cd "$builddir"
./configure \