aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-12-22 12:30:12 -0500
committerAnthony G. Basile <blueness@gentoo.org>2015-09-03 19:08:54 -0400
commit5a08a2ff9a4d703ca692e58cca60d60a0c428fc4 (patch)
tree975d8ede384660834b3f9e5440b617c6431965c5
parentscripts/paxmark.sh: source make.conf and properly set PAX_MARKINGS (diff)
downloadelfix-5a08a2ff9a4d703ca692e58cca60d60a0c428fc4.tar.gz
elfix-5a08a2ff9a4d703ca692e58cca60d60a0c428fc4.tar.bz2
elfix-5a08a2ff9a4d703ca692e58cca60d60a0c428fc4.zip
scripts/revdep-pax: change .get_maps() to .get_graph()
-rwxr-xr-xscripts/revdep-pax2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/revdep-pax b/scripts/revdep-pax
index a718fd6..7c1cf85 100755
--- a/scripts/revdep-pax
+++ b/scripts/revdep-pax
@@ -465,7 +465,7 @@ def run_soname(name, verbose, use_soname, mark, allyes, executable_only):
shell_path = os.getenv('PATH').split(':')
(object_linkings, object_reverse_linkings,
- library2soname, soname2library) = LinkGraph().get_maps()
+ library2soname, soname2library) = LinkGraph().get_graph()
if use_soname:
soname = name