summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e5c624472b5..076e26cdc4b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,6 @@ package() {
cd "$srcdir/$_pkgname-$pkgver"
for i in "${_tools[@]}"
do
- echo "./$i/$i"
install -Dm755 ./$i/$i -t "$pkgdir/usr/bin/"
done
install -Dm644 ./bash-snippets.1 -t "$pkgdir/usr/share/man/man1/"