Changeset 52167 in vbox for trunk/src/VBox/Installer/linux/rpm/rules
- Timestamp:
- Jul 24, 2014 1:41:15 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95210
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.