Changeset 93740 in vbox for trunk/src/VBox
- Timestamp:
- Feb 14, 2022 8:06:17 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/rpm/rules
r93115 r93740 152 152 # Protect against the fact that this Makefile is run several times, updating 153 153 # PATH every time. Still assumes that nothing else is added as a prefix. 154 PATH := $(PATH:/opt/rh/devtoolset- 4/root/usr/bin:%=%)155 export PATH := /opt/rh/devtoolset- 4/root/usr/bin:$(PATH)154 PATH := $(PATH:/opt/rh/devtoolset-9/root/usr/bin:%=%) 155 export PATH := /opt/rh/devtoolset-9/root/usr/bin:$(PATH) 156 156 endif 157 157 endif
Note:
See TracChangeset
for help on using the changeset viewer.