From 55217ef1674825de7c9cb50198a6996cccbd3b10 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 13 Nov 2023 15:05:06 +0000 Subject: [PATCH] core/systemd to 254.6-2 --- core/systemd/.SRCINFO | 2 +- core/systemd/PKGBUILD | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/systemd/.SRCINFO b/core/systemd/.SRCINFO index c8710fc4d..7763f6bca 100644 --- a/core/systemd/.SRCINFO +++ b/core/systemd/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = systemd pkgver = 254.6 - pkgrel = 1 + pkgrel = 2 url = https://www.github.com/systemd/systemd arch = x86_64 checkdepends = python-pefile diff --git a/core/systemd/PKGBUILD b/core/systemd/PKGBUILD index 2668749f2..c41ecdac1 100644 --- a/core/systemd/PKGBUILD +++ b/core/systemd/PKGBUILD @@ -16,7 +16,7 @@ pkgname=('systemd' _tag='5afac6471beec5401efb51f88990eaf92f3f9507' # git rev-parse v${_tag_name} _tag_name=254.6 pkgver="${_tag_name/-/}" -pkgrel=1 +pkgrel=2 arch=('x86_64') url='https://www.github.com/systemd/systemd' makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf' @@ -233,8 +233,9 @@ package_systemd() { mv "$pkgdir"/usr/share/man/man3 systemd-libs/man3 # ukify shipped in separate package - install -d -m0755 systemd-ukify/{install.d,systemd,man1} - mv "$pkgdir"/usr/lib/kernel/install.d/{60-ukify,90-uki-copy}.install systemd-ukify/install.d/ + # we do *NOT* move the kernel-install files there, as other ways of + # creating uki exist! + install -d -m0755 systemd-ukify/{systemd,man1} if [[ $CARCH != "armv7h" ]]; then mv "$pkgdir"/usr/lib/systemd/ukify systemd-ukify/systemd/ mv "$pkgdir"/usr/share/man/man1/ukify.1 systemd-ukify/man1/ @@ -335,8 +336,7 @@ package_systemd-ukify() { optdepends=('python-pillow: Show the size of splash image' 'sbsigntools: Sign the embedded kernel') - install -d -m0755 "$pkgdir"/usr/{lib/kernel,share/man} - mv systemd-ukify/install.d "$pkgdir"/usr/lib/kernel/install.d + install -d -m0755 "$pkgdir"/usr/{lib,share/man} mv systemd-ukify/systemd "$pkgdir"/usr/lib/systemd mv systemd-ukify/man1 "$pkgdir"/usr/share/man/man1 }