Subject: subtle breakage
To: None <port-alpha@NetBSD.ORG>
From: Matthew Mjacob <mjacob@nas.nasa.gov>
List: port-alpha
Date: 11/12/1997 18:21:53
Because strip is now in /usr/local/bin and not in /usr/bin,
install is sorta broken:

install -c -s -o bin -g bin  -m 555 compile_et /usr/bin/compile_et
install: stripping /usr/bin/compile_et: No such file or directory
*** Error code 1


The obvious quick fix is to hard or sym link strip into /usr/bin