On Thu, Jan 8, 2009 at 3:48 AM, Dan McGee <[email protected]> wrote: >> >> diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt >> index 044c69e..f699f50 100644 >> --- a/doc/makepkg.conf.5.txt >> +++ b/doc/makepkg.conf.5.txt >> @@ -128,10 +128,11 @@ Options >> Leave empty directories in packages. >> >> *zipman*;; >> - Compress manual (man and info) pages with gzip. >> + Compress manual (man and info) pages with gzip. The >> directories >> + affected are specified by the `MAN_DIRS` variable. >> >> *purge*;; >> - Remove files specified by the `PUGRE_TARGETS` variable from >> the >> + Remove files specified by the `PURGE_TARGETS` variable from >> the >> package. > Good. > <snip> >> >> - if [ "$(check_option purge)" = "y" -a -n "PURGE_TARGETS" ]; then >> - msg2 "$(gettext "Removing pugre targets...")" >> + if [ "$(check_option purge)" = "y" -a -n "${PURGE_TARGETS[*]}" ]; >> then >> + msg2 "$(gettext "Removing files in %s...")" "PURGE_TARGETS" > It's not necessarily always "Removing files in", is it? e.g. *.pod >
Indeed, I was more careful about this in the doc. Probably it is better to re-use the same wording : Removing files specified by PURGE_TARGETS. I will change that. _______________________________________________ pacman-dev mailing list [email protected] http://archlinux.org/mailman/listinfo/pacman-dev
