diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2014-03-18 13:58:29 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2014-03-18 13:58:29 +0100 |
commit | 3a48923aa5612230f28c6f54f13680d798c14b70 (patch) | |
tree | c5c36dea8ef0eed49363eb188886d116b422ee66 | |
parent | 7f565623378af45973b9d0cc7fd4fae683dbab63 (diff) | |
download | abuild-3a48923aa5612230f28c6f54f13680d798c14b70.tar.gz abuild-3a48923aa5612230f28c6f54f13680d798c14b70.tar.bz2 abuild-3a48923aa5612230f28c6f54f13680d798c14b70.tar.xz abuild-3a48923aa5612230f28c6f54f13680d798c14b70.zip |
abuild: fix typo in rpath warning
-rwxr-xr-x | abuild.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |