diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-07-26 17:46:53 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-07-27 15:30:36 +0200 |
commit | 1436d065e474654e27cdec08c4198cfc6776f23b (patch) | |
tree | 9a1faacef82aa4cc47cb65f6633d9e3518cbaa82 /community/roundcubemail | |
parent | c7b115201fce92c614624fdd67d799f88d1d91f0 (diff) | |
download | aports-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/APKBUILD | 1 |
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/ } |