Fix install directory creation
The @INSTALL@
is set to /usr/bin/install -c
but -c
is ignored in recent coreutils install
. The destination path is incomplete so grossd.conf
gets copied to a literal file ./etc
rather than creating the parent directories. Use -D
to create the path and fully specify the destination to avoid interpretation issues.
Edited by Teej Tj