diff options
Diffstat (limited to 'trunk/src/createpkg')
-rw-r--r-- | trunk/src/createpkg | 2 |
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 |