summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2022-05-26 01:05:16 +0200
committerMiquel Lionel <lionel@les-miquelots.net>2022-05-26 01:06:39 +0200
commite408744354123c59ff0b1bf33125a1415f6681f0 (patch)
treeba0e166c7c86c550cd89740895bccaad263a0006
parent8b60f134f2c9067be4198a8f37077b0acdac0373 (diff)
downloadhonk_aur-e408744354123c59ff0b1bf33125a1415f6681f0.tar.gz
honk_aur-e408744354123c59ff0b1bf33125a1415f6681f0.zip
Fix ip command not found problem
- remnants of gzip commands
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5998e34..795e361 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,7 +33,7 @@ package() {
install -Dm755 "$pkgname-$pkgver/$pkgname" -t "$pkgdir/usr/bin/"
install -Dm644 "$pkgname-$pkgver"/views/* -t "$_PKG_HONKDIR/views/"
install -Dm644 $DOCS/* -t "$_PKG_HONKDIR/docs/"
- ip -k -f $DOCS/*.{1,3,5,7,8}
+
for i in {1,3,5,8}; do
install -Dm644 $DOCS/honk.$i -t ${_MANDIR}$i/
done