~triallax: 1
makefile: make $(DESTDIR)$(BINDIR) before installing to it
1 files changed, 1 insertions(+), 0 deletions(-)
yes, we use PREFIX=/usr, but chimera's package build system sets it up so that packages are built in an isolated build root, and the destdir is also a dedicated directory in that build root that is initially entirely empty, and so the build system of the package is responsible for creating the directories it needs for installation
ah! thanks for the clarifications! :)
also, another clarification, note that the error message in the commit is from me building harec manually outside chimera's packaging system, of course we do set PREFIX=/usr there as i mentioned