aboutsummaryrefslogtreecommitdiff
path: root/trunk/lib
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2009-01-22 02:11:49 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2009-01-22 02:11:49 +0000
commit97ddcb1fbc4f042818581017a6999aa37ba015c9 (patch)
treeee927e723af2698d5c2e099ff7837158d48012fa /trunk/lib
parent9bdbd82aa16d3ff0b4cd2828adde49a73c3f1c9b (diff)
downloadsimplepkg-97ddcb1fbc4f042818581017a6999aa37ba015c9.tar.gz
simplepkg-97ddcb1fbc4f042818581017a6999aa37ba015c9.tar.bz2
hopefully fixing #41
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@767 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/lib')
-rw-r--r--trunk/lib/common.sh2
1 files changed, 1 insertions, 1 deletions
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