Changeset 64073 in vbox for trunk/src/VBox/Installer/linux/rpm/rules
- Timestamp:
- Sep 28, 2016 11:14:56 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/rpm/rules
r63956 r64073 166 166 $(if $(filter el5 el6,$(rpmrel)),,VBOX_WITH_VMSVGA3D=1) \ 167 167 VBOX_DO_STRIP= \ 168 $(if $(filter el5,$(rpmrel)),VBOX_BLD_PYTHON=$(strip $(firstword $(wildcard /usr/local/bin/python2.7) $(wildcard /usr/bin/python))),) \ 168 $(if $(filter el5,$(rpmrel)),VBOX_BLD_PYTHON=$(strip \ 169 $(firstword $(wildcard /usr/local/bin/python2.7) $(wildcard /usr/bin/python))),) \ 169 170 VBOX_WITH_MULTIVERSION_PYTHON= \ 170 171 $(doc_dir) \
Note:
See TracChangeset
for help on using the changeset viewer.