abuild: fix typo in rpath warning

This commit is contained in:
Bartłomiej Piotrowski 2014-03-18 13:58:29 +01:00
parent 7f56562337
commit 3a48923aa5

View File

@ -855,7 +855,7 @@ prepare_tracedeps() {
| sed -e 's/[[:space:]].*//' -e 's/:/\n/' | sort -u \
>"$controldir"/.rpaths
if grep -q -x '/usr/lib' "$controldir"/.rpaths; then
warning "Redundat /usr/lib in rpath found"
warning "Redundant /usr/lib in rpath found"
fi
if grep '^/home/' "$controldir"/.rpaths; then
error "Has /home/... in rpath"