VirtualBox

Changeset 90118 in vbox for trunk/src/VBox/Installer/linux


Ignore:
Timestamp:
Jul 9, 2021 11:59:01 AM (4 years ago)
Author:
vboxsync
Message:

/configure, debian/rules, rpm/rules: More accurately control where the out directory lives.

Location:
trunk/src/VBox/Installer/linux
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/debian/rules

    r90081 r90118  
    116116             $(if $(NOWEBSVC),,$(if $(ose),--enable-webservice,)) \
    117117             $(if $(VNC),--enable-vnc,) \
     118             $(if $(PATH_OUT_BASE),--out-base-dir=$(PATH_OUT_BASE),) \
    118119             --disable-extpack
    119120
     
    136137debian/configure-stamp:
    137138        dh_testdir
    138         cd $(vboxroot) && ./configure --odir=$(current)/debian $(cfg_flags)
     139        cd $(vboxroot) && ./configure --odir=$(bldbase) $(cfg_flags)
    139140        touch debian/configure-stamp
    140141
  • trunk/src/VBox/Installer/linux/rpm/rules

    r90081 r90118  
    171171             $(if $(NOWEBSVC),,$(if $(ose),--enable-webservice,)) \
    172172             $(if $(VNC),--enable-vnc,) \
     173             $(if $(PATH_OUT_BASE),--out-base-dir=$(PATH_OUT_BASE),) \
    173174             --disable-extpack
    174175
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