summaryrefslogtreecommitdiff
path: root/abuild.in
diff options
context:
space:
mode:
Diffstat (limited to 'abuild.in')
-rwxr-xr-xabuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild.in b/abuild.in
index b2e0197..e885dd9 100755
--- a/abuild.in
+++ b/abuild.in
@@ -982,7 +982,7 @@ scan_shared_objects() {
;;
esac
echo "$soname $sover"
- done > "$controldir"/.provides-so
+ done | sort -u > "$controldir"/.provides-so
# now find the so dependencies
scanelf --nobanner --recursive --needed "$datadir" | tr ' ' ':' \