mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
main/aconf: fix subpackage depends
Fixes <46983bb8a4e> main/aconf: simplify subpackage creation
This commit is contained in:
parent
be95de12c3
commit
e83d62f470
@ -2,7 +2,7 @@
|
||||
# Maintainer: Kaarle Ritvanen <kunkku@alpinelinux.org>
|
||||
pkgname=aconf
|
||||
pkgver=0.8.1
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Alpine Configurator"
|
||||
url="https://gitlab.alpinelinux.org/kunkku/aconf/"
|
||||
arch="noarch"
|
||||
@ -30,7 +30,7 @@ package() {
|
||||
|
||||
_module() {
|
||||
local m=${subpkgname#"$pkgname"-mod-}
|
||||
depends="$pkgname=$pkgver-r$pkgrel $m"
|
||||
depends="$pkgname=$pkgver-r$pkgrel"
|
||||
amove "usr/share/lua/$_luaver/$pkgname/modules/$m.lua"
|
||||
|
||||
local lens=usr/share/$pkgname/augeas/aconf_${m//-/_}.aug
|
||||
|
Loading…
Reference in New Issue
Block a user