summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJona Miller2020-10-21 01:33:18 +0200
committerJona Miller2020-10-21 01:33:18 +0200
commitbaf68edbfe6797b411edbf151ae0e2c3ef77cf66 (patch)
treec3d76e469b303af75270220d55f6e3de3b3b3173 /PKGBUILD
parent3f38b1f3394d2994a9cebc3e0bf4c1e853ace557 (diff)
downloadaur-bash-snippets.tar.gz
removed echo
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/"