summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Gilbert2017-03-31 10:55:26 -0400
committerBryan Gilbert2017-03-31 10:55:26 -0400
commit386d6606b8dee82f6d4c6bcc82f50861b36944ad (patch)
treef9b6f8d85ba089e3e368f75a98505869fef99a35
parent0d043d112b15ae4f54509b9da4a6771b0679fe9c (diff)
downloadaur-386d6606b8dee82f6d4c6bcc82f50861b36944ad.tar.gz
updating license location
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 749049664044..601183cc8f6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,6 +21,6 @@ package() {
install -Dm755 "target/release/drop" "$pkgdir/usr/bin/drop"
install -Dm644 "README.md" "$pkgdir/usr/share/doc/drop/README.md"
- install -Dm644 "license" "$pkgdir/usr/share/doc/ripgrep/license"
+ install -Dm644 "license" "$pkgdir/usr/share/doc/drop/license"
install -Dm644 "doc/drop.1" "$pkgdir/usr/share/man/man1/drop.1"
}