hooks/00-gen-pkg: use xbps-create(1) --changelog if set on template.
Signed-off-by: Juan RP <xtraeme@gmail.com>
This commit is contained in:
parent
0ba9b34ead
commit
248e301ff7
|
@ -53,6 +53,7 @@ genpkg() {
|
|||
local _conf_files="$(expand_destdir "$conf_files")"
|
||||
local _alternatives="$(echo $alternatives)"
|
||||
local _tags="$(echo $tags)"
|
||||
local _changelog="$(echo $changelog)"
|
||||
|
||||
msg_normal "Creating $binpkg for repository $pkgdir ...\n"
|
||||
|
||||
|
@ -74,6 +75,7 @@ genpkg() {
|
|||
${_alternatives:+--alternatives "${_alternatives}"} \
|
||||
${_preserve:+--preserve} \
|
||||
${tags:+--tags "${tags}"} \
|
||||
${_changelog:+--changelog "${_changelog}"} \
|
||||
--architecture ${arch} \
|
||||
--homepage "${homepage}" \
|
||||
--license "${license}" \
|
||||
|
|
Loading…
Reference in New Issue