Changeset 67996 in vbox for trunk/src/VBox/Installer/linux/rpm/rules
- Timestamp:
- Jul 17, 2017 1:07:39 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/rpm/rules
r67824 r67996 106 106 endif 107 107 108 ifeq ($(filter-out el5 el6 el7 fedora18 fedora19 fedora20 fedora21 fedora22 fedora24 fedora25 ,$(rpmrel)),)108 ifeq ($(filter-out el5 el6 el7 fedora18 fedora19 fedora20 fedora21 fedora22 fedora24 fedora25 fedora26,$(rpmrel)),) 109 109 rpmspec := rpm_redhat 110 110 endif … … 168 168 $(if $(filter el5,$(rpmrel)),VBOX_BLD_PYTHON=$(strip \ 169 169 $(firstword $(wildcard /usr/local/bin/python2.7) $(wildcard /usr/bin/python))),) \ 170 VBOX_WITH_MULTIVERSION_PYTHON= \171 170 $(doc_dir) \ 172 171 $(if $(ose),,VBOX_WITH_DOCS_CHM=1) \
Note:
See TracChangeset
for help on using the changeset viewer.