mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/sed: kill the builder hack now
This commit is contained in:
parent
92f6aec874
commit
6fbcbc6eed
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user