From 3091f7ff5323dfd5e920d08e201f3a5b744e2986 Mon Sep 17 00:00:00 2001 From: honjow Date: Sun, 11 Aug 2024 04:10:04 +0000 Subject: [PATCH] 6f27025 overrite os-branch-select --- PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/PKGBUILD b/PKGBUILD index 77a3e4b875bd..3aeb170ec749 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -119,6 +119,10 @@ package() { install -dm755 "${pkgdir}/usr/lib/cjust" install -m755 -t "${pkgdir}/usr/lib/cjust" "${source_dir}/lib/cjust"/*.sh + # /usr/lib/os-* + install -dm755 "${pkgdir}/usr/lib" + install -m755 -t "${pkgdir}/usr/lib" "${source_dir}/lib/os-"* + # polkit actions install -dm755 "${pkgdir}/usr/share/polkit-1/actions" install -m644 -t "${pkgdir}/usr/share/polkit-1/actions" "${source_dir}/share/polkit-1/actions"/*