makepkg: avoid for loop in deleting manpage hardlinks
commit4ed12aec30be0a36fff2937039c904526aeb3b79
authorDave Reisner <dreisner@archlinux.org>
Tue, 6 Sep 2011 18:17:15 +0000 (6 14:17 -0400)
committerDan McGee <dan@archlinux.org>
Thu, 8 Sep 2011 02:05:04 +0000 (7 21:05 -0500)
treeeaf764a23d1dca27909b2650aec89e5fc3ded1fb
parent17c3de3e4f6b03953e22d203d5891b37ffdf941c
makepkg: avoid for loop in deleting manpage hardlinks

find can do this all on its own and remain portable.

Signed-off-by: Dave Reisner <dreisner@archlinux.org>
scripts/makepkg.sh.in