aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/createpkg
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2009-01-22 01:55:26 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2009-01-22 01:55:26 +0000
commit9bdbd82aa16d3ff0b4cd2828adde49a73c3f1c9b (patch)
tree3a47075c2e259da6176bd05c75362f25e48e28de /trunk/src/createpkg
parentc46804a91d09ae9d737715dfb14019458bceefa1 (diff)
downloadsimplepkg-9bdbd82aa16d3ff0b4cd2828adde49a73c3f1c9b.tar.gz
simplepkg-9bdbd82aa16d3ff0b4cd2828adde49a73c3f1c9b.tar.bz2
more changes towards #41 completion
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@766 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src/createpkg')
-rw-r--r--trunk/src/createpkg3
1 files changed, 3 insertions, 0 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg
index 705b10b..bbb0a4b 100644
--- a/trunk/src/createpkg
+++ b/trunk/src/createpkg
@@ -657,6 +657,9 @@ esac
# Synchronize repository
[ $SYNC -eq $yes ] && sync_repo $SLACKBUILDS_DIR $SLACKBUILDS_SVN
+# Update keyring
+update_keyring $SLACKBUILDS_DIR/GPG-KEY
+
# Get SlackBuild script
BUILD_SCRIPT="`find_slackbuild $PACKAGE`"