aboutsummaryrefslogtreecommitdiffstats
path: root/community/roundcubemail
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-07-26 17:46:53 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-07-27 15:30:36 +0200
commit1436d065e474654e27cdec08c4198cfc6776f23b (patch)
tree9a1faacef82aa4cc47cb65f6633d9e3518cbaa82 /community/roundcubemail
parentc7b115201fce92c614624fdd67d799f88d1d91f0 (diff)
downloadaports-1436d065e474654e27cdec08c4198cfc6776f23b.tar.bz2
aports-1436d065e474654e27cdec08c4198cfc6776f23b.tar.xz
community/roundcubemail: make -installer depend on origin pkg
Diffstat (limited to 'community/roundcubemail')
-rw-r--r--community/roundcubemail/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/roundcubemail/APKBUILD b/community/roundcubemail/APKBUILD
index af9016cced..b130fd242d 100644
--- a/community/roundcubemail/APKBUILD
+++ b/community/roundcubemail/APKBUILD
@@ -87,6 +87,7 @@ package() {
installer() {
pkgdesc="Roundcubemail installer script"
+ depends="$pkgname=$pkgver-r$pkgrel"
_mv "$pkgdir"/$_destdir/installer "$subpkgdir"/$_destdir/
}