Changeset 90361 in vbox
- Timestamp:
- Jul 27, 2021 4:38:21 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145933
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/rules
r90359 r90361 264 264 mv $(archdir) $(prefix)/usr/lib/$(package) 265 265 if [ -f $(prefix)/usr/lib/$(package)/libQt5CoreVBox.so.5 ]; then \ 266 ../../../../tools/linux.$(chrarch)/bin/chrpath \266 $(vboxroot)/tools/linux.$(chrarch)/bin/chrpath \ 267 267 --keepgoing --replace /usr/lib/$(package) \ 268 268 $(prefix)/usr/lib/$(package)/*.so.5 \ -
trunk/src/VBox/Installer/linux/debian/rules
r90359 r90361 288 288 mv $(archdir) $(prefix)/usr/lib/$(package) 289 289 if [ -f $(prefix)/usr/lib/$(package)/libQt5CoreVBox.so.5 ]; then \ 290 ../../../../tools/linux.$(chrarch)/bin/chrpath \290 $(vboxroot)/tools/linux.$(chrarch)/bin/chrpath \ 291 291 --keepgoing --replace /usr/lib/$(package) \ 292 292 $(prefix)/usr/lib/$(package)/*.so.5 \ -
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.