From f2846165f0e2e8b7460bf1950cdafc2482b7da1c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 30 Oct 2008 07:14:32 +0100 Subject: [PATCH] Missed another change for previous. --HG-- extra : convert_revision : 32531d00f580c993d05c76308b7908859cec0e8d --- xbps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbps.sh b/xbps.sh index 5a31e3d8641..4bd95f98462 100755 --- a/xbps.sh +++ b/xbps.sh @@ -1206,7 +1206,7 @@ install_pkg() # Just register meta-template and exit. # if [ "$build_style" = "meta-template" ]; then - $XBPS_PKGDB_CMD register $pkgname $version + $XBPS_PKGDB_CMD register $pkgname $version "$short_desc" [ $? -eq 0 ] && \ msg_normal "Installed meta-template: $pkg." && \ return 0