Missed another change for previous.
--HG-- extra : convert_revision : 32531d00f580c993d05c76308b7908859cec0e8d
This commit is contained in:
parent
35df6d0c6e
commit
f2846165f0
1 changed files with 1 additions and 1 deletions
2
xbps.sh
2
xbps.sh
|
@ -1206,7 +1206,7 @@ install_pkg()
|
||||||
# Just register meta-template and exit.
|
# Just register meta-template and exit.
|
||||||
#
|
#
|
||||||
if [ "$build_style" = "meta-template" ]; then
|
if [ "$build_style" = "meta-template" ]; then
|
||||||
$XBPS_PKGDB_CMD register $pkgname $version
|
$XBPS_PKGDB_CMD register $pkgname $version "$short_desc"
|
||||||
[ $? -eq 0 ] && \
|
[ $? -eq 0 ] && \
|
||||||
msg_normal "Installed meta-template: $pkg." && \
|
msg_normal "Installed meta-template: $pkg." && \
|
||||||
return 0
|
return 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue