Skip to content

Issues building packages without default config (in /etc) #46338

Closed Answered by Duncaen
SpidFightFR asked this question in Q&A
Discussion options

You must be logged in to vote

There has to be, it uses the $conf_files which comes from the template:

for f in $(expand_destdir "${conf_files}"); do
if [ ! -f "${PKGDESTDIR}/${f}" ]; then
msg_red "${pkgver}: '$f' configuration file not in PKGDESTDIR!\n"
error=1
fi
done

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@SpidFightFR
Comment options

@Duncaen
Comment options

Answer selected by SpidFightFR
@SpidFightFR
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants