From a539ad66d29d2b36dc6e5806f416ca239bd75523 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 8 Jul 2009 10:41:22 +0200 Subject: pkg: {populate,genocide}_collected: typeset the right parameters --- bin/pkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/pkg b/bin/pkg index 7de2782..ac5060b 100755 --- a/bin/pkg +++ b/bin/pkg @@ -550,7 +550,7 @@ function check_prereqs { function populate_collected { cd $PKG_DIR/$1 || return typeset -i bins=0 bino=0 mans=0 mano=0 - typeset i + typeset man section manpage file wrap_info $1 info "Enabling documentation\n" @@ -585,7 +585,7 @@ function populate_collected { # Remove a package's files from .collected # Assuming there are no packages with colliding files function genocide_collected { - typeset i + typeset i file man manual section cd $PKG_DIR/$1 || return wrap_info $1 info "Removing documentation" -- cgit v1.2.3