Changeset 52167 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Jul 24, 2014 1:41:15 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95210
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/distributions_rpm
r48427 r52167 9 9 fedora16 = FEDORA_16 10 10 fedora15 = FEDORA_15 11 el7 = EL_7 11 12 el6 = EL_6 12 13 el5 = EL_5 -
trunk/src/VBox/Installer/linux/rpm/rules
r48427 r52167 71 71 72 72 ifneq ($(MAKECMDGOALS),clean) 73 rpmrel := $(subst rhel,el,$(shell cat /etc/distname))73 rpmrel := $(subst ol,el,$(subst rhel,el,$(shell cat /etc/distname))) 74 74 ifeq ($(rpmrel),) 75 75 # look for fedora … … 85 85 endif 86 86 87 ifeq ($(filter-out el5 el6 ol5 ol6 centos5 centos6 fedora15 fedora16 fedora17 fedora18,$(rpmrel)),)87 ifeq ($(filter-out el5 el6 ol5 ol6 el7 centos5 centos6 fedora15 fedora16 fedora17 fedora18,$(rpmrel)),) 88 88 rpmspec := rpm_redhat 89 89 endif
Note:
See TracChangeset
for help on using the changeset viewer.