summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkpcyrd2021-09-20 01:49:00 +0200
committerkpcyrd2021-09-20 01:49:00 +0200
commit15a0f270683becab45b10a353eb3a9057d231c0a (patch)
tree807f4c69a270f1d54d1cdefa5b65853210afde49 /PKGBUILD
parentedde7b60f5efb998a00a845c57ea9495bdd3ed78 (diff)
downloadaur-15a0f270683becab45b10a353eb3a9057d231c0a.tar.gz
0.0.0.r33-2 - fix docs folder
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7df23853a1d7..882d3df26e63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gitname=gitoops
pkgname=gitoops-git
pkgver=0.0.0.r33
-pkgrel=1
+pkgrel=2
pkgdesc="Identify lateral movement and privilege escalation paths in CI/CD environments"
url="https://github.com/ovotech/gitoops"
makedepends=('go')
@@ -28,7 +28,7 @@ package() {
cd "${_gitname}"
install -Dm755 gitoops -t "${pkgdir}/usr/bin"
install -Dm644 README.md docs/* \
- -t "${pkgdir}/usr/share/doc"
+ -t "${pkgdir}/usr/share/doc/${pkgname}"
}
# vim:set ts=2 sw=2 et: