VirtualBox

Changeset 90361 in vbox


Ignore:
Timestamp:
Jul 27, 2021 4:38:21 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
145933
Message:

debian/rules, rpm/rules: Fix relative path reference to chrpath.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/debian/rules

    r90359 r90361  
    264264        mv $(archdir) $(prefix)/usr/lib/$(package)
    265265        if [ -f $(prefix)/usr/lib/$(package)/libQt5CoreVBox.so.5 ]; then \
    266             ../../../../tools/linux.$(chrarch)/bin/chrpath \
     266            $(vboxroot)/tools/linux.$(chrarch)/bin/chrpath \
    267267                --keepgoing --replace /usr/lib/$(package) \
    268268                $(prefix)/usr/lib/$(package)/*.so.5 \
  • trunk/src/VBox/Installer/linux/debian/rules

    r90359 r90361  
    288288        mv $(archdir) $(prefix)/usr/lib/$(package)
    289289        if [ -f $(prefix)/usr/lib/$(package)/libQt5CoreVBox.so.5 ]; then \
    290             ../../../../tools/linux.$(chrarch)/bin/chrpath \
     290            $(vboxroot)/tools/linux.$(chrarch)/bin/chrpath \
    291291                --keepgoing --replace /usr/lib/$(package) \
    292292                $(prefix)/usr/lib/$(package)/*.so.5 \
  • trunk/src/VBox/Installer/linux/rpm/rules

    r90359 r90361  
    251251            $(instlin)/rpm/VirtualBox.tmpl.spec > $(archdir)/VirtualBox.spec
    252252        mv $(bldbase)/VirtualBox-$(ver) $(bldbase)/$(rpmname)
    253         cp ../../../../tools/linux.$(chrarch)/bin/chrpath $(bldbase)/$(rpmname) || true
     253        cp $(vboxroot)/tools/linux.$(chrarch)/bin/chrpath $(bldbase)/$(rpmname) || true
    254254        tar -cf $(bldbase)/VirtualBox.tar -C $(bldbase) $(rpmname)
    255255        rm -f $(stagedir)/RPMS/*/VirtualBox*rpm
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette