summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 39af22797191..da6f1dbe6d7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,6 @@ package() {
# Install binaries
install -D -m755 "target/release/page" "$pkgdir/usr/bin/page"
- install -D -m755 "target/release/page-term-agent" "$pkgdir/usr/bin/page-term-agent"
# Find last build directory where completions was generated
completions_dir=$(find "target" -name "shell_completions" -type d -printf "%T+\t%p\n" | sort | awk 'NR==1{print $2}')