mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-12 16:19:48 +03:00
main/mobile-config-firefox: fix librewolf pkg dep
The mobile-config-firefox-librewolf package must depend on the main package mobile-config-firefox, as it contains some common files. Fixes: mobile-config-firefox#103 Part-of: https://gitlab.postmarketos.org/postmarketos/pmaports/-/merge_requests/6753
This commit is contained in:
parent
a66c5a073b
commit
a9527ced59
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Oliver Smith <ollieparaoid@postmarketos.org>
|
||||
pkgname=mobile-config-firefox
|
||||
pkgver=4.6.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Firefox tweaks for mobile and privacy"
|
||||
url="https://gitlab.postmarketos.org/postmarketOS/mobile-config-firefox"
|
||||
source="
|
||||
|
@ -23,6 +23,7 @@ package() {
|
|||
}
|
||||
|
||||
librewolf() {
|
||||
depends="mobile-config-firefox"
|
||||
amove /usr/lib/librewolf
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue