From 20bad3b839ad3d43d477e80d66df8149d2935ab7 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 16 Dec 2007 22:00:12 -0600 Subject: 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 --- scripts/makepkg.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 4d56bc4c..8ec7b347 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -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}') -- cgit v1.2.3-24-g4f1b