mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
main/gawk: revert "overwrite busybox's awk"
This reverts commit 74908991fb
.
Fixes #17263
This commit is contained in:
parent
440adf9352
commit
d13e32ca3f
1 changed files with 1 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
# Contributor: TBK <alpine@jjtc.eu>
|
||||
pkgname=gawk
|
||||
pkgver=5.3.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="GNU awk pattern-matching language"
|
||||
url="https://www.gnu.org/software/gawk/gawk.html"
|
||||
arch="all"
|
||||
|
@ -48,11 +48,6 @@ check() {
|
|||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
# Overwrite busybox's awk symlink
|
||||
mkdir -p "$pkgdir"/bin
|
||||
rm "$pkgdir/usr/bin/awk"
|
||||
ln -s /usr/bin/gawk "$pkgdir/bin/awk"
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue