summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-07-09 13:48:15 +0700
committerShulhan <ms@kilabit.info>2022-07-09 13:52:17 +0700
commitb856492c8a8a5d76a12351ebb4ee98850f5ef9d3 (patch)
treee7183176657e16f1b09f94d330d6dcd4c08d0af9 /PKGBUILD
parent90de211ecfec1e434949ee1aea00922d5d6b4e5a (diff)
downloadgoogle-cloud-ops-agent-git-b856492c8a8a5d76a12351ebb4ee98850f5ef9d3.tar.xz
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.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
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
}