main/gawk: update deinstall script

we need absolute path to /bin/busybox from busybox 1.19
This commit is contained in:
Natanael Copa 2011-08-31 13:42:44 +00:00
parent 6b0d4bcece
commit 494b1c8d13
2 changed files with 4 additions and 2 deletions

View File

@ -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"

View File

@ -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