aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/createpkg
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-12-17 16:40:21 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-12-17 16:40:21 +0000
commit0ff995372cc40fb503b63e31564f6a4f22f564ff (patch)
tree483a7c232207a2c4a3012df42b56cedfbbf7b734 /trunk/src/createpkg
parentf9961deeda4b571513993e2614b5ef49ec085518 (diff)
downloadsimplepkg-0ff995372cc40fb503b63e31564f6a4f22f564ff.tar.gz
simplepkg-0ff995372cc40fb503b63e31564f6a4f22f564ff.tar.bz2
minor fixes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@671 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src/createpkg')
-rw-r--r--trunk/src/createpkg2
1 files changed, 2 insertions, 0 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg
index 3115519..86be854 100644
--- a/trunk/src/createpkg
+++ b/trunk/src/createpkg
@@ -695,6 +695,8 @@ fi
# Sign package
if [ $SIGN_PACKAGES -eq $on ]; then
+ echo "Signing package..."
+
if [ ! -z "$SIGN_PACKAGES_KEYID" ]; then
SIGN_KEYID="-u $SIGN_PACKAGES_KEYID"
else