Allow AUTOMAKE to work with symbolic links

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2020-05-14 09:22:44 -07:00
parent 7343b19abc
commit 7882c87afe
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -386,6 +386,7 @@ uptodate() {
[ -n "${find}" ] || return 1
[ -h "${find}" ] && busybox=Yes
find="${find} -L"
for dir in $g_shorewalldir $(split $CONFIG_PATH); do
if [ -n "${busybox}" ]; then