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>
|
# Contributor: Miles Alan <m@milesalan.com>
|
||||||
pkgname=postmarketos-ui-framebufferphone
|
pkgname=postmarketos-ui-framebufferphone
|
||||||
pkgver=1
|
pkgver=1
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Minimalist framebuffer menu/keyboard UI accessible via touch/volume keys & compatible scripts"
|
pkgdesc="Minimalist framebuffer menu/keyboard UI accessible via touch/volume keys & compatible scripts"
|
||||||
url="http://sr.ht/~hamblingreen/framebufferphone"
|
url="http://sr.ht/~hamblingreen/framebufferphone"
|
||||||
arch="aarch64 x86_64" # Limited by fbp / zig in alpine support
|
arch="aarch64 x86_64" # Limited by fbp / zig in alpine support
|
||||||
|
@ -36,7 +36,6 @@ package() {
|
||||||
openrc() {
|
openrc() {
|
||||||
install_if="$pkgname=$pkgver-r$pkgrel openrc"
|
install_if="$pkgname=$pkgver-r$pkgrel openrc"
|
||||||
install="$subpkgname.post-install $subpkgname.pre-deinstall $subpkgname.post-upgrade"
|
install="$subpkgname.post-install $subpkgname.pre-deinstall $subpkgname.post-upgrade"
|
||||||
depends="fbp-openrc"
|
|
||||||
|
|
||||||
mkdir -p "$subpkgdir"
|
mkdir -p "$subpkgdir"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue