summaryrefslogtreecommitdiff
path: root/scripts/script.req
AgeCommit message (Collapse)AuthorFilesLines
2010-02-18Extract #!/usr/bin/env interpreter dependencies, part 1 (ticket #136)Panu Matilainen1-1/+4
- With "#!/usr/bin/env <interpreter>" shebang directives, rpm previously only added a dependency for /usr/bin/env, completely missing the actual interpreter. If the interpreter happens to be an absolute path, we can just add it as is. - Patch originally from Ville Skyttä
2010-02-18Script/interpreter terminology renamingPanu Matilainen1-0/+6
- 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).