Changeset 84614 in vbox for trunk/src/VBox/Installer
- Timestamp:
- May 29, 2020 3:21:28 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec
r84613 r84614 103 103 %{vbox_python} ./vboxapisetup.py install --prefix %{_prefix} --root $RPM_BUILD_ROOT) 104 104 if [ -x /usr/bin/pathfix.py ]; then 105 pathfix.py -pni "%{__python3} %{py3_shbang_opts}" /usr/lib/virtualbox/vboxshell.py105 pathfix.py -pni "%{__python3} %{py3_shbang_opts}" $RPM_BUILD_ROOT/usr/lib/virtualbox/vboxshell.py 106 106 fi 107 107 %endif
Note:
See TracChangeset
for help on using the changeset viewer.