find-lib script is faulty. It's missing "/"
cp find bin -type...>>should be cp find /bin -type cp find sbin -type...>>should be cp find /sbin -type
Log in to post a comment.