diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-02-18 10:35:21 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-02-18 10:35:21 +0200 |
commit | 11ed0f75feb790287fbf7013c80a526e38dbbfe4 (patch) | |
tree | 0994a956487b4235f2ad82e405b7d056ec8a4ab3 /scripts/Makefile.am | |
parent | d72cc38d3063343e5fb7306b473861e0f008032a (diff) | |
download | librpm-tizen-11ed0f75feb790287fbf7013c80a526e38dbbfe4.tar.gz librpm-tizen-11ed0f75feb790287fbf7013c80a526e38dbbfe4.tar.bz2 librpm-tizen-11ed0f75feb790287fbf7013c80a526e38dbbfe4.zip |
Script/interpreter terminology renaming
- No functional changes, just making more obvious mapping between
attributes and the dependency extractor names. This also leaves the
term "interpreter" free for use for the actual interpreters, such
as interpreter(python) provides if we go that way (ticket #136).
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 905719bf6..a2152f5a3 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -20,7 +20,7 @@ EXTRA_DIST = \ mono-find-requires mono-find-provides \ ocaml-find-requires.sh ocaml-find-provides.sh \ pkgconfigdeps.sh libtooldeps.sh \ - fontconfig.prov desktop-file.prov interpreter.req \ + fontconfig.prov desktop-file.prov script.req \ macros.perl macros.php macros.python rpmconfig_SCRIPTS = \ @@ -34,7 +34,7 @@ rpmconfig_SCRIPTS = \ mono-find-requires mono-find-provides \ pkgconfigdeps.sh libtooldeps.sh \ ocaml-find-requires.sh ocaml-find-provides.sh \ - fontconfig.prov desktop-file.prov interpreter.req \ + fontconfig.prov desktop-file.prov script.req \ rpmdb_loadcvt rpmdiff rpm2cpio.sh tcl.req tgpg rpmconfig_DATA = \ |