- Timestamp:
- May 7, 2018 3:21:07 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/rpm/rules
r69500 r72145 173 173 VBOX_DO_STRIP= \ 174 174 $(if $(filter el5,$(rpmrel)),VBOX_BLD_PYTHON=$(strip \ 175 $(firstword $(wildcard /usr/local/bin/python2.7) $(wildcard /usr/bin/python))),) \ 175 $(firstword $(wildcard /usr/local/bin/python2.7) \ 176 $(wildcard /usr/bin/python2.6) $(wildcard /usr/bin/python))),) \ 176 177 $(doc_dir) \ 177 178 $(if $(ose),,VBOX_WITH_DOCS_CHM=1) \
Note:
See TracChangeset
for help on using the changeset viewer.