diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-09-19 08:41:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-09-19 08:42:04 +0000 |
commit | f519d04f84b33fa3c9eeda53d6434ff9bccab61d (patch) | |
tree | ae1b6ced46adee8577ca6995cb68b4ee06bb26eb /main/abuild/abuild-git.patch | |
parent | 03250c1b50f9d9f705d454864045a65c91a2d346 (diff) | |
download | aports-f519d04f84b33fa3c9eeda53d6434ff9bccab61d.tar.bz2 aports-f519d04f84b33fa3c9eeda53d6434ff9bccab61d.tar.xz |
main/abuild: avoid duplicate provides
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 ' ' ':' \ |