summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-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"
}