On Fri, 2 Dec 2016 13:54:22 +0100 Anselm R Garbe <[email protected]> wrote:
Hey Anselm, > IMHO install has always been a bad idea and a good example of > violating the Unix philosophy. Hence my suggestion would be to ban it > completely from sbase. the reason why it was added in the first place is because it's used in many places, and it "makes sense" because people are too lazy to call mkdir -p before trying to install something somewhere, or strip, or chmod and so on. My suggestion would be to really think hard which flags we need, which flags we should just keep as "empty flags" for compatibility (like -s) and which ones we should remove. Usage across the operating systems is really different. For instance, the BSD installs don't even have the t-flag. Cheers Laslo -- Laslo Hunhold <[email protected]>
