summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPetr Šťastný2020-12-19 15:34:36 +0100
committerPetr Šťastný2020-12-19 15:34:36 +0100
commit475a175c58f921ad00ec1a35b753413332235f62 (patch)
tree706eb08b36e92974d7a488ce2b5a96c211eb4c41 /PKGBUILD
parent2a5f7a58acde0d743ba45c522e86b627db962188 (diff)
downloadaur-475a175c58f921ad00ec1a35b753413332235f62.tar.gz
Fixed bin and manpage intall location
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 273cc95153e0..3435fc36a2eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,6 +21,6 @@ build() {
package() {
cd "$pkgname-$pkgver"
- install -Dm755 "target/release/desed" -t "$pkgdir/usr/bin/desed"
- install -Dm644 "desed.1" -t "$pkgdir/usr/share/man/man1/desed.1"
+ install -Dm755 "target/release/desed" -T "$pkgdir/usr/bin/desed"
+ install -Dm644 "desed.1" -T "$pkgdir/usr/share/man/man1/desed.1"
}