aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/ppp/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/ppp/APKBUILD b/main/ppp/APKBUILD
index 65b6de7988..a6925ab78e 100644
--- a/main/ppp/APKBUILD
+++ b/main/ppp/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ppp
pkgver=2.4.7
-pkgrel=3
+pkgrel=4
pkgdesc="A daemon which implements the PPP protocol for dial-up networking"
url="http://www.samba.org/ppp/"
arch="all"
@@ -164,6 +164,7 @@ _mv() {
daemon() {
pkgdesc="A daemon which implements the PPP protocol"
+ depends=
mkdir -p "$subpkgdir"
mv "$pkgdir"/* "$subpkgdir"/ || return 1
}