diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-01-22 02:11:49 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-01-22 02:11:49 +0000 |
commit | 97ddcb1fbc4f042818581017a6999aa37ba015c9 (patch) | |
tree | ee927e723af2698d5c2e099ff7837158d48012fa /trunk/lib | |
parent | 9bdbd82aa16d3ff0b4cd2828adde49a73c3f1c9b (diff) | |
download | simplepkg-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.sh | 2 |
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 |