summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjD91mZM22018-03-25 08:19:24 +0200
committerjD91mZM22018-03-25 08:19:24 +0200
commitcd5b71d7a7ab405c468bb80b3cf72dae2fa7fab4 (patch)
tree79c256853ed5f19ddb1f8fc757edd708d4ecfa88
parent941c32f1532b3470382df4035481a6122a4752e5 (diff)
downloadaur-cd5b71d7a7ab405c468bb80b3cf72dae2fa7fab4.tar.gz
Fix grammar inside comment
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 927e24a4c9df..0da640899569 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,8 +18,8 @@ build() {
}
package() {
cd "$srcdir/$pkgname-$pkgver"
- # Apache isn't needed to be installed, but because of the dual license,
- # it makes more sense to show the license like this.
+ # Apache doesn't need to be installed, but because of the dual license
+ # it makes more sense to not exclude it.
install -Dm 644 "LICENSE-APACHE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
install -Dm 644 "LICENSE-MIT" "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
install -Dm 755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"