From b856492c8a8a5d76a12351ebb4ee98850f5ef9d3 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 9 Jul 2022 13:48:15 +0700 Subject: Revert "all: remove statement to chown /usr directory" This reverts commit 62550ad000eff79f08d156c14bf672ddec63d45a. The /usr directory exist, we just missing the systemd package when testing build with chroot which cause all files that should be installed under "pkg-config systemd --variable=systemdsystemunitdir" installed under root. --- PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/PKGBUILD b/PKGBUILD index 5602a31..d5082f1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -84,4 +84,5 @@ package() { rm -rf ${pkgdir}/lib chown -R root:root ${pkgdir}/etc chown -R root:root ${pkgdir}/opt + chown -R root:root ${pkgdir}/usr } -- cgit v1.3