freebsd-src
freebsd-src copied to clipboard
Strip trailing slashes from DESTDIR
Solves duplicate slashes in paths
Scanning //usr/share/certs/trusted for certificates...
Scanning //usr/local/share/certs for certificates...
CC @kevans91
landed as 17720d0bd0e8
This also points at the fact Makefile.inc1 should be using ${_INSTALL_DDIR}
rather than ${DESTDIR}/${DISTDIR}
for this, but certctl can be used in other contexts so worth it being robust too.