Set the default packager to "Unknown Packager"

There is no real reason to make it look like someone that can't bother to
set the packager variable is official in any way, so remove the Arch Linux
reference from makepkg.

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2007-12-16 22:00:12 -06:00
parent f5478d68a6
commit 20bad3b839
1 changed files with 1 additions and 1 deletions

View File

@ -789,7 +789,7 @@ create_package() {
if [ "$PACKAGER" != "" ]; then
local packager="$PACKAGER"
else
local packager="Arch Linux (http://www.archlinux.org)"
local packager="Unknown Packager"
fi
local size=$(du -sb | awk '{print $1}')