diff options
| author | Shulhan <ms@kilabit.info> | 2022-07-08 23:49:50 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-07-08 23:49:50 +0700 |
| commit | 62550ad000eff79f08d156c14bf672ddec63d45a (patch) | |
| tree | 2548a72b5aa8d2ca6603e2df527f0cf0654131fc | |
| parent | 05d8d71cd159e72d5cfa980932611f2deb9913ad (diff) | |
| download | google-cloud-ops-agent-git-62550ad000eff79f08d156c14bf672ddec63d45a.tar.xz | |
all: remove statement to chown /usr directory
On latest version, the installed package does not populate the /usr
directory.
| -rw-r--r-- | PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -79,5 +79,4 @@ package() { rm -rf ${pkgdir}/lib chown -R root:root ${pkgdir}/etc chown -R root:root ${pkgdir}/opt - chown -R root:root ${pkgdir}/usr } |
