From c076b93fafbf47a85bd063c626621552f364a59d Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 13 May 2009 11:06:06 +0200 Subject: use pkgext defined in makepkg.conf Signed-off-by: Pierre Schmitz Signed-off-by: Aaron Griffin --- db-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db-functions') diff --git a/db-functions b/db-functions index f052bad..cee13ac 100644 --- a/db-functions +++ b/db-functions @@ -17,7 +17,7 @@ source_makepkg () { #Get some config info . /etc/makepkg.conf else - echo "/etc/makepkg.conf does not exist!" + echo "error: /etc/makepkg.conf does not exist!" exit 1 fi } -- cgit v1.2.3-24-g4f1b