summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/wget/APKBUILD2
-rw-r--r--main/wget/wget.post-deinstall3
2 files changed, 3 insertions, 2 deletions
diff --git a/main/wget/APKBUILD b/main/wget/APKBUILD
index 55f8bb073..26e63db7d 100644
--- a/main/wget/APKBUILD
+++ b/main/wget/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname=wget
pkgver=1.13.1
-pkgrel=0
+pkgrel=1
pkgdesc="A network utility to retrieve files from the Web"
url="http://www.gnu.org/software/wget/wget.html"
arch="all"
diff --git a/main/wget/wget.post-deinstall b/main/wget/wget.post-deinstall
index 99b57c463..05456cda6 100644
--- a/main/wget/wget.post-deinstall
+++ b/main/wget/wget.post-deinstall
@@ -1,3 +1,4 @@
#!/bin/sh
-busybox --install -s
+# apk uses wget so we must restore the busybox wget symlink early
+exec /bin/busybox --install -s