diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-18 21:15:32 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-18 21:15:32 +0100 |
commit | df1b0f4737e4323502eba9a100c59ea7a86056df (patch) | |
tree | 8321a530fb6cde8ac6274896345244d6f2d843a1 /bin | |
parent | bbc3dd18ff2d758b67b8ea03589dd76f41c25235 (diff) |
pkg: Fixed typo in a comment
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -486,7 +486,7 @@ function check_prereqs { } # Write a package's documentation to .collected -# and symlink it's binaries from ~/bin +# and symlink its binaries from ~/bin function populate_collected { cd $PDIR/$1 || return typeset -i bins=0 bino=0 mans=0 mano=0 |