diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-12-18 23:09:24 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-12-18 23:09:24 -0500 |
commit | c7550a3a9b24116077ad73ae32cf0362eff12e89 (patch) | |
tree | 0b11d4b998be7f92197795c84c749855fdcb5f79 /scripts | |
parent | misc/alt-revdep-pax: alternative approache to ELF exec <-> library mappings (diff) | |
download | elfix-c7550a3a9b24116077ad73ae32cf0362eff12e89.tar.gz elfix-c7550a3a9b24116077ad73ae32cf0362eff12e89.tar.bz2 elfix-c7550a3a9b24116077ad73ae32cf0362eff12e89.zip |
scripts/migrate-pax: rename and add to Makefile installs
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.am | 2 | ||||
-rwxr-xr-x | scripts/migrate-pax (renamed from scripts/migrate) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 9ecc3b8..9f36bdd 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,4 +1,4 @@ ACLOCAL_AMFLAGS = -I m4 -dist_sbin_SCRIPTS = revdep-pax +dist_sbin_SCRIPTS = migrate-pax revdep-pax EXTRA_DIST = paxmodule.c setup.py pypaxctl diff --git a/scripts/migrate b/scripts/migrate-pax index 154f8fa..154f8fa 100755 --- a/scripts/migrate +++ b/scripts/migrate-pax |