VirtualBox

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


Ignore:
Timestamp:
Jul 7, 2021 6:41:56 PM (4 years ago)
Author:
vboxsync
Message:

debian/rules, rpm/rules: Make it listen to PATH_OUT_BASE, not VBOX_OUT_BASE as in previous change.

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

Legend:

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

    r90080 r90081  
    6060vboxroot := $(shell while ! test -r configure && ! test "$PWD" = "/"; do cd ..; done; pwd)
    6161pkgdir   := $(if $(PKGDIR),$(PKGDIR),$(shell cd $(vboxroot)/..; pwd))
    62 bldbase  := $(if $(VBOX_OUT_BASE),$(VBOX_OUT_BASE),$(vboxroot))/out/debian
     62bldbase  := $(if $(PATH_OUT_BASE),$(PATH_OUT_BASE),$(vboxroot))/out/debian
    6363builddir := $(bldbase)/builddir
    6464moddir   := $(bldbase)/modules
  • trunk/src/VBox/Installer/linux/rpm/rules

    r90080 r90081  
    5757vboxroot := $(shell while ! test -r configure && ! test "$PWD" = "/"; do cd ..; done; pwd)
    5858pkgdir   := $(if $(PKGDIR),$(PKGDIR),$(shell cd $(vboxroot)/..; pwd))
    59 bldbase  := $(if $(VBOX_OUT_BASE),$(VBOX_OUT_BASE),$(vboxroot))/out/rpm
     59bldbase  := $(if $(PATH_OUT_BASE),$(PATH_OUT_BASE),$(vboxroot))/out/rpm
    6060builddir := $(bldbase)/builddir
    6161stagedir := $(bldbase)/rpmbuild
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