summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authororhun2020-11-25 02:57:07 +0300
committerorhun2020-11-25 02:57:07 +0300
commitb4f3e1f2d678f79585e70d5207bc5011ddbcf2ac (patch)
tree89cf76959df47728f85011400c7694850b1ea9d0 /PKGBUILD
parent7fd4b38a34a7f4ea4b739e8945413be528b39975 (diff)
downloadaur-b4f3e1f2d678f79585e70d5207bc5011ddbcf2ac.tar.gz
upgpkg: pwninit-git 2.2.0.r63.g511fb88-2
Install license/readme to
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c6990508173..bf98e53fc01e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=pwninit-git
pkgver=2.2.0.r63.g511fb88
-pkgrel=1
+pkgrel=2
pkgdesc="Automate starting binary exploit challenges (git)"
arch=('x86_64')
url="https://github.com/io12/pwninit"
@@ -32,6 +32,6 @@ check() {
package() {
cd "${pkgname%-git}"
install -Dm 755 "target/release/${pkgname%-git}" -t "${pkgdir}/usr/bin"
- install -Dm 644 README.md -t "$pkgdir/usr/share/doc/${pkgname%-git}"
- install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/${pkgname%-git}"
+ install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+ install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
}