Hi, > Aapo Rantalainen, on Wed 25 May 2016 23:24:59 +0300, wrote: >> - (cd $(DEBROOT)/bin && mv kill kill.procps ) >> + (cd $(DEBROOT)/bbin && mv kill kill.procps )
> > Uh. How is it that binaries end up in /bbin ?? This looks like something > is going wrong, and *that* has to be fixed, not just worked around. It is not installing to /bbin, but the logic is to first separate binaries to bbin/ and bin/. Then procps.install (for Linux) puts them to: bbin/* bin bin/* usr/bin Because procps.install.hurd was broken (installing kill, but the name is kill.procps) and this patch affects to it, also debian/rules needs patching. -Aapo Rantalainen

