main/postmarketos-config-nftables: use $subpkgdir in chromecast subpkg (MR 3937)
This commit is contained in:
parent
8fd9a765ab
commit
6e2805898e
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
||||
pkgname=postmarketos-config-nftables
|
||||
pkgver=0.14
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="nftables firewall configuration for postmarketOS"
|
||||
url="https://gitlab.com/postmarketos"
|
||||
arch="noarch"
|
||||
|
@ -67,7 +67,7 @@ chromecast() {
|
|||
install_if="$pkgname=$pkgver-r$pkgrel chromium"
|
||||
|
||||
# meta package is empty
|
||||
mkdir -p "$pkgdir"-chromecast
|
||||
mkdir -p "$subpkgdir"
|
||||
}
|
||||
|
||||
docker() {
|
||||
|
|
Loading…
Reference in a new issue