aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-07-21 12:27:54 -0400
committerAnthony G. Basile <blueness@gentoo.org>2012-07-21 12:27:54 -0400
commit878bf8d6ea03740a8496b8dc27c5cf2e1a992239 (patch)
tree6b30261546f1ba0ae7ab64a953a0aa5d5569431d /scripts/revdep-pax
parentscripts/paxmodule.c: add setstrstring function (diff)
downloadelfix-878bf8d6ea03740a8496b8dc27c5cf2e1a992239.tar.gz
elfix-878bf8d6ea03740a8496b8dc27c5cf2e1a992239.tar.bz2
elfix-878bf8d6ea03740a8496b8dc27c5cf2e1a992239.zip
scripts/*: rename setflags to setbinflags
Diffstat (limited to 'scripts/revdep-pax')
-rwxr-xr-xscripts/revdep-pax2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/revdep-pax b/scripts/revdep-pax
index 76add9c..7de3930 100755
--- a/scripts/revdep-pax
+++ b/scripts/revdep-pax
@@ -241,7 +241,7 @@ def migrate_flags(importer, exporter_str_flags, exporter_bin_flags):
if importer_str_flags[i].islower() and exporter_str_flags[i] == '-':
result_bin_flags = result_bin_flags | pf_flags[importer_str_flags[i]]
- pax.setflags(importer, result_bin_flags)
+ pax.setbinflags(importer, result_bin_flags)
def run_binary(binary, verbose, mark, allyes):