Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-18 | Extract #!/usr/bin/env interpreter dependencies, part 1 (ticket #136) | Panu Matilainen | 1 | -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-18 | Script/interpreter terminology renaming | Panu Matilainen | 1 | -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). |