build: fix list_config use

This commit is contained in:
Franco Fichtner 2022-01-18 08:38:53 +01:00
parent d81be06129
commit 278a72fa81
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (c) 2021 Franco Fichtner <franco@opnsense.org>
# Copyright (c) 2022 Franco Fichtner <franco@opnsense.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@ -31,7 +31,7 @@ SELF=audit
. ./common.sh
PORTSLIST=$(list_config PORT ${CONFIGDIR}/aux.conf ${CONFIGDIR}/ports.conf)
PORTSLIST=$(list_config PORTS ${CONFIGDIR}/aux.conf ${CONFIGDIR}/ports.conf)
setup_stage ${STAGEDIR}
setup_base ${STAGEDIR}

View File

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (c) 2015-2021 Franco Fichtner <franco@opnsense.org>
# Copyright (c) 2015-2022 Franco Fichtner <franco@opnsense.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@ -31,7 +31,7 @@ SELF=distfiles
. ./common.sh
PORTSLIST=$(list_config PORT ${CONFIGDIR}/skim.conf ${CONFIGDIR}/aux.conf \
PORTSLIST=$(list_config PORTS ${CONFIGDIR}/skim.conf ${CONFIGDIR}/aux.conf \
${CONFIGDIR}/ports.conf)
git_branch ${SRCDIR} ${SRCBRANCH} SRCBRANCH