Closed suedi closed 9 years ago
Hi @suedi
Thank you for bringing this to my attention. I just finished working through the same problem with DESTDIR in issue #40. Commit fe770f7616f315940b3802ed142c65ad56362f99 should have fixed it, but please let me know if it happens again :)
Tested with latest build == works!
closing...
When I install with DESTDIR="/tmp/vdev-20150829"
I get in in etc/vdev/vdevd.config
in vdev/example/Makefile
Relevant for this is CONF_DIR gets substituted with INSTALL_VDEV_CONFIG in vdvevd.conf
in buildconf.mk
For me there is two problems
INSTALL_VDEV_CONFIG uses ETCDIR which uses DESTDIR so DESTDIR gets prepended in vdevd.conf
For me I could just INSTALL_VDEV_CONFIG := /etc/vdev
Maybe the answer is just that I should keep my own buildconf.mak and it doesn't affect other users i.e. on devuan/debian
Thanks for good work
best regards
Scooby