summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2020-05-11 21:16:56 +0200
committerEric Engestrom2020-05-11 21:16:56 +0200
commit06a76b178c54580b7d5eb05c49a1ce1aa30f322b (patch)
tree5a3bc16140595bb5d8750ede98e2036dd12e3771
parent3dcd337b4791701854c800076b5d2f1ef02c6fdd (diff)
downloadaur-06a76b178c54580b7d5eb05c49a1ce1aa30f322b.tar.gz
inline install filename
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa52d1a042cd..424870e9c29a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,5 +18,5 @@ build() {
package() {
cd mdbook-epub-$pkgver
- install -Dm 755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
+ install -Dm 755 target/release/mdbook-epub "$pkgdir"/usr/bin/mdbook-epub
}