aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-01-06 12:19:10 -0500
committerAnthony G. Basile <blueness@gentoo.org>2013-01-06 12:19:10 -0500
commitd6991e45f5297d30b9ee764b8d0d75ab96c10caf (patch)
tree286b628e2031bc62b357add17895ee763d13163c /scripts
parenttests/*: pretify the code and output (diff)
downloadelfix-d6991e45f5297d30b9ee764b8d0d75ab96c10caf.tar.gz
elfix-d6991e45f5297d30b9ee764b8d0d75ab96c10caf.tar.bz2
elfix-d6991e45f5297d30b9ee764b8d0d75ab96c10caf.zip
scripts/migrate-pax: do not create XATTR_PAX for default flags
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/migrate-pax1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/migrate-pax b/scripts/migrate-pax
index 1460c71..429d45c 100755
--- a/scripts/migrate-pax
+++ b/scripts/migrate-pax
@@ -132,6 +132,7 @@ def main():
if do_migration:
flags = re.sub('-','',flags)
+ if flags == 'e': continue # Don't create XATTR_PAX for default
pax.setstrflags(elf, flags)
if do_deleteall: