main/postmarketos-mkinitfs: trigger on /etc/pmos-mkinitfs/* (MR 3876)
These directories should also trigger a rebuild so that any changes are reflected in the initramfs. This will include things like 'files', 'modules' and so on that weren't previously triggering rebuilds of the initramfs... [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
624a384a9f
commit
ac9bff857c
|
@ -2,7 +2,7 @@
|
||||||
# Co-Maintainer: Clayton Craft <clayton@craftyguy.net>
|
# Co-Maintainer: Clayton Craft <clayton@craftyguy.net>
|
||||||
pkgname=postmarketos-mkinitfs
|
pkgname=postmarketos-mkinitfs
|
||||||
pkgver=1.6.1
|
pkgver=1.6.1
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Tool to generate initramfs images for postmarketOS"
|
pkgdesc="Tool to generate initramfs images for postmarketOS"
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
depends="
|
depends="
|
||||||
|
@ -24,7 +24,7 @@ depends="
|
||||||
"
|
"
|
||||||
makedepends="go"
|
makedepends="go"
|
||||||
replaces="mkinitfs"
|
replaces="mkinitfs"
|
||||||
triggers="$pkgname.trigger=/etc/postmarketos-mkinitfs/hooks:/usr/share/kernel/*:/usr/share/postmarketos-mkinitfs-triggers"
|
triggers="$pkgname.trigger=/etc/postmarketos-mkinitfs/*:/usr/share/kernel/*:/usr/share/postmarketos-mkinitfs-triggers"
|
||||||
source="
|
source="
|
||||||
https://gitlab.com/postmarketOS/postmarketos-mkinitfs/-/archive/$pkgver/postmarketos-mkinitfs-$pkgver.tar.gz
|
https://gitlab.com/postmarketOS/postmarketos-mkinitfs/-/archive/$pkgver/postmarketos-mkinitfs-$pkgver.tar.gz
|
||||||
00-default.modules
|
00-default.modules
|
||||||
|
|
Loading…
Reference in New Issue
Block a user