diff options
Diffstat (limited to 'main/abuild/abuild-git.patch')
-rw-r--r-- | main/abuild/abuild-git.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/abuild/abuild-git.patch b/main/abuild/abuild-git.patch index 264952ac2b..559be6cf7d 100644 --- a/main/abuild/abuild-git.patch +++ b/main/abuild/abuild-git.patch @@ -1,5 +1,5 @@ diff --git a/abuild.in b/abuild.in -index 2780d2e..b2e0197 100755 +index 2780d2e..e885dd9 100755 --- a/abuild.in +++ b/abuild.in @@ -404,6 +404,9 @@ default_unpack() { @@ -140,7 +140,7 @@ index 2780d2e..b2e0197 100755 + ;; + 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 ' ' ':' \ |