common: expand_destdir rewrite

This commit is contained in:
Enno Boland 2015-11-18 11:19:09 +01:00
parent 18e288fd2c
commit 82b736b616
3 changed files with 15 additions and 12 deletions

View file

@ -50,7 +50,7 @@ genpkg() {
local _replaces="$(echo $replaces)"
local _reverts="$(echo $reverts)"
local _mutable_files="$(echo $mutable_files)"
local _conf_files="$(expand_destdir $conf_files)"
local _conf_files="$(expand_destdir "$conf_files")"
local _alternatives="$(echo $alternatives)"
local _tags="$(echo $tags)"