diff options
author | 2013-05-21 11:20:10 -0400 | |
---|---|---|
committer | 2013-05-21 11:20:10 -0400 | |
commit | 23bd1a2c5cf2e448001e78b197ca9dae9e00988d (patch) | |
tree | 14c37308a82d07481cce3c0228649624efb0caec /scripts | |
parent | ChangeLog: updated (diff) | |
download | elfix-23bd1a2c5cf2e448001e78b197ca9dae9e00988d.tar.gz elfix-23bd1a2c5cf2e448001e78b197ca9dae9e00988d.tar.bz2 elfix-23bd1a2c5cf2e448001e78b197ca9dae9e00988d.zip |
Rename scripts/pax-mark -> scripts/paxmark.sh to avoid name collision with the eclass
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.am | 2 | ||||
-rwxr-xr-x | scripts/paxmark.sh (renamed from scripts/pax-mark) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 5cef3e1..e5e5291 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,4 +1,4 @@ ACLOCAL_AMFLAGS = -I m4 -dist_sbin_SCRIPTS = migrate-pax pax-mark pypaxctl revdep-pax +dist_sbin_SCRIPTS = migrate-pax paxmark.sh pypaxctl revdep-pax EXTRA_DIST = paxmodule.c setup.py diff --git a/scripts/pax-mark b/scripts/paxmark.sh index c8fc7ed..02f966e 100755 --- a/scripts/pax-mark +++ b/scripts/paxmark.sh @@ -5,7 +5,7 @@ has() { return 1 } -pax-mark() { +paxmarksh() { local f # loop over paxables local flags # pax flags @@ -108,4 +108,4 @@ pax-mark() { } PAX_MARKINGS=${PAX_MARKINGS:="PT XT"} -pax-mark "$@" +paxmarksh "$@" |