From 97ddcb1fbc4f042818581017a6999aa37ba015c9 Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 22 Jan 2009 02:11:49 +0000 Subject: hopefully fixing #41 git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@767 04377dda-e619-0410-9926-eae83683ac58 --- trunk/lib/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trunk/lib') diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh index c3b09d6..78b8be8 100644 --- a/trunk/lib/common.sh +++ b/trunk/lib/common.sh @@ -1696,7 +1696,7 @@ function update_keyring { keyring="$1" if [ ! -e "$keyring" ]; then - repo_gpg_key $MKBUILDS_DIR + repo_gpg_key `dirname $keyring` return fi -- cgit v1.2.3