diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2022-05-26 01:05:16 +0200 |
---|---|---|
committer | Miquel Lionel <lionel@les-miquelots.net> | 2022-05-26 01:06:39 +0200 |
commit | e408744354123c59ff0b1bf33125a1415f6681f0 (patch) | |
tree | ba0e166c7c86c550cd89740895bccaad263a0006 /PKGBUILD | |
parent | 8b60f134f2c9067be4198a8f37077b0acdac0373 (diff) | |
download | honk_aur-e408744354123c59ff0b1bf33125a1415f6681f0.tar.gz honk_aur-e408744354123c59ff0b1bf33125a1415f6681f0.zip |
Fix ip command not found problem
- remnants of gzip commands
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |