tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PKG_SYSCONFDIR in INSTALLATION_DIRS question (Setting ansible to use /etc/ansible)



I have a small set of packages where PKG_SYSCONFBASE is overridden to /etc

I've added adjusted the config to set SUBST_NOOP_OK=yes for just those
packages so it doesn't trigger that error, but on package build
ansible fails with:

=> Creating installation directories
ERROR: INSTALLATION_DIRS: /etc/ansible must be in /usr/pkg.

The Makefile has

INSTALLATION_DIRS=      bin ${PKGMANDIR}/man1 ${PKG_SYSCONFDIR} ${EGDIR}

Should INSTALLATION_DIRS contain ${PKG_SYSCONFDIR}?

Thanks

David


Home | Main Index | Thread Index | Old Index