Hi all, I’m trying to incorporate FreeRADIUS 3 into pkgsrc. In looking at the spec file in https://github.com/FreeRADIUS/freeradius-server/blob/v4.0.x/redhat/freeradiu... one sees an RPM post-install script that calls /etc/raddb/certs/bootstrap if needed. Clearly, if one were actually running ‘make install’ in production, that work would be necessary as the Makefile does it. However, if one is building a package, that step in ‘raddb/all.mk’ seems superfluous, and means that one need remove a bunch of ephemeral files from the DESTDIR before packaging. Rather than having my package build framework let the bootstrap run in the DESTDIR and nuke the artifacts it creates before packaging, is there some setting one can tweak to skip that bootstrap as part of make install? Thanks — Coy Hile coy.hile@coyhile.com