mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/gawk: update deinstall script
we need absolute path to /bin/busybox from busybox 1.19
This commit is contained in:
parent
6b0d4bcece
commit
494b1c8d13
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=gawk
|
||||
pkgver=4.0.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="GNU awk pattern-matching language"
|
||||
url="http://www.gnu.org/software/gawk/gawk.html"
|
||||
arch="all"
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
busybox --install -s
|
||||
# we need update bb links immediatly since other install scripts might use
|
||||
# awk
|
||||
exec /bin/busybox --install -s
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user