main/postmarketos-base: fix error after upstream changes (MR 2970)
Fixes error: postmarketos-base-18-r0: trying to overwrite etc/fstab owned by alpine-baselayout-data-3.2.0-r20.
caused by 9ecba8a514
[ci:skip-build] already built successfully in CI
This commit is contained in:
parent
164e9f010d
commit
432627c921
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgname=postmarketos-base
|
||||
pkgver=18
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Meta package for minimal postmarketOS base"
|
||||
url="https://postmarketos.org"
|
||||
arch="noarch"
|
||||
|
@ -24,6 +24,7 @@ options="!check"
|
|||
replaces="
|
||||
alpine-base
|
||||
alpine-baselayout
|
||||
alpine-baselayout-data
|
||||
busybox-initscripts
|
||||
openrc
|
||||
sudo
|
||||
|
|
Loading…
Reference in a new issue