abuild: fix typo in rpath warning
This commit is contained in:
parent
7f56562337
commit
3a48923aa5
@ -855,7 +855,7 @@ prepare_tracedeps() {
|
|||||||
| sed -e 's/[[:space:]].*//' -e 's/:/\n/' | sort -u \
|
| sed -e 's/[[:space:]].*//' -e 's/:/\n/' | sort -u \
|
||||||
>"$controldir"/.rpaths
|
>"$controldir"/.rpaths
|
||||||
if grep -q -x '/usr/lib' "$controldir"/.rpaths; then
|
if grep -q -x '/usr/lib' "$controldir"/.rpaths; then
|
||||||
warning "Redundat /usr/lib in rpath found"
|
warning "Redundant /usr/lib in rpath found"
|
||||||
fi
|
fi
|
||||||
if grep '^/home/' "$controldir"/.rpaths; then
|
if grep '^/home/' "$controldir"/.rpaths; then
|
||||||
error "Has /home/... in rpath"
|
error "Has /home/... in rpath"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user