Changeset 90361 in vbox for trunk/src/VBox/Installer/linux/rpm/rules
- Timestamp:
- Jul 27, 2021 4:38:21 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/rpm/rules
r90359 r90361 251 251 $(instlin)/rpm/VirtualBox.tmpl.spec > $(archdir)/VirtualBox.spec 252 252 mv $(bldbase)/VirtualBox-$(ver) $(bldbase)/$(rpmname) 253 cp ../../../../tools/linux.$(chrarch)/bin/chrpath $(bldbase)/$(rpmname) || true253 cp $(vboxroot)/tools/linux.$(chrarch)/bin/chrpath $(bldbase)/$(rpmname) || true 254 254 tar -cf $(bldbase)/VirtualBox.tar -C $(bldbase) $(rpmname) 255 255 rm -f $(stagedir)/RPMS/*/VirtualBox*rpm
Note:
See TracChangeset
for help on using the changeset viewer.