main/postmarketos-ui-framebufferphone: fix openrc subpkg (MR 5386)
Don't depend on fbp-openrc, as this package does not exist.
Fixes: 250b96f
("main/postmarketos-ui-framebufferphone: add -openrc subpackage (MR 5374)")
[ci:skip-build] already built successfully in CI
This commit is contained in:
parent
388f108a7f
commit
13c26558de
1 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
# Contributor: Miles Alan <m@milesalan.com>
|
||||
pkgname=postmarketos-ui-framebufferphone
|
||||
pkgver=1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Minimalist framebuffer menu/keyboard UI accessible via touch/volume keys & compatible scripts"
|
||||
url="http://sr.ht/~hamblingreen/framebufferphone"
|
||||
arch="aarch64 x86_64" # Limited by fbp / zig in alpine support
|
||||
|
@ -36,7 +36,6 @@ package() {
|
|||
openrc() {
|
||||
install_if="$pkgname=$pkgver-r$pkgrel openrc"
|
||||
install="$subpkgname.post-install $subpkgname.pre-deinstall $subpkgname.post-upgrade"
|
||||
depends="fbp-openrc"
|
||||
|
||||
mkdir -p "$subpkgdir"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue