summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-06-09 12:50:29 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-06-09 12:50:29 +0000
commitbdf0ee4101115df0ebbba09982fbec713ef97285 (patch)
treeab233160bcc3f88f6ebdf6bf4b245637df73b242 /main
parent4a79d72ac21a9f0769992560e293c262703e3caa (diff)
downloadaports-bdf0ee4101115df0ebbba09982fbec713ef97285.tar.bz2
aports-bdf0ee4101115df0ebbba09982fbec713ef97285.tar.xz
main/icedtea-web: fix dependency for mozilla plugin
it should depnd on 'icedtea-web'
Diffstat (limited to 'main')
-rw-r--r--main/icedtea-web/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/icedtea-web/APKBUILD b/main/icedtea-web/APKBUILD
index 1321f100e..0272fd6ab 100644
--- a/main/icedtea-web/APKBUILD
+++ b/main/icedtea-web/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=icedtea-web
pkgver=1.5
-pkgrel=0
+pkgrel=1
pkgdesc="web integration packages for icedtea"
url="http://icedtea.classpath.org/wiki/IcedTea-Web"
arch="all"
@@ -49,6 +49,8 @@ package() {
}
mozilla() {
+ pkgdesc="web integration packages for icedtea - mozilla plugin"
+ depends="icedtea-web"
mkdir -p "$subpkgdir"/usr/lib/mozilla/plugins
mkdir -p "$subpkgdir"/usr/lib/jvm/java-1.7-openjdk/lib
mv "$pkgdir"/usr/lib/jvm/java-1.7-openjdk/lib/IcedTeaPlugin.so \