Changeset 84617 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- May 29, 2020 4:11:47 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec
r84614 r84617 102 102 cd ./sdk/installer && \ 103 103 %{vbox_python} ./vboxapisetup.py install --prefix %{_prefix} --root $RPM_BUILD_ROOT) 104 if [ -x /usr/bin/pathfix.py ]; then105 pathfix.py -pni "%{__python3} %{py3_shbang_opts}" $RPM_BUILD_ROOT/usr/lib/virtualbox/vboxshell.py106 fi107 104 %endif 108 105 rm -rf sdk/installer … … 224 221 test -f $RPM_BUILD_ROOT/usr/lib/virtualbox/VBoxSDL && \ 225 222 chmod 4511 $RPM_BUILD_ROOT/usr/lib/virtualbox/VBoxSDL 223 %if %{?with_python:1}%{!?with_python:0} 224 if [ -x /usr/bin/pathfix.py ]; then 225 /usr/bin/pathfix.py -pni "%{__python3} %{py3_shbang_opts}" $RPM_BUILD_ROOT/usr/lib/virtualbox/vboxshell.py 226 fi 227 %endif 226 228 227 229
Note:
See TracChangeset
for help on using the changeset viewer.