Changeset 90081 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Jul 7, 2021 6:41:56 PM (4 years ago)
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/rules
r90080 r90081 60 60 vboxroot := $(shell while ! test -r configure && ! test "$PWD" = "/"; do cd ..; done; pwd) 61 61 pkgdir := $(if $(PKGDIR),$(PKGDIR),$(shell cd $(vboxroot)/..; pwd)) 62 bldbase := $(if $( VBOX_OUT_BASE),$(VBOX_OUT_BASE),$(vboxroot))/out/debian62 bldbase := $(if $(PATH_OUT_BASE),$(PATH_OUT_BASE),$(vboxroot))/out/debian 63 63 builddir := $(bldbase)/builddir 64 64 moddir := $(bldbase)/modules -
trunk/src/VBox/Installer/linux/rpm/rules
r90080 r90081 57 57 vboxroot := $(shell while ! test -r configure && ! test "$PWD" = "/"; do cd ..; done; pwd) 58 58 pkgdir := $(if $(PKGDIR),$(PKGDIR),$(shell cd $(vboxroot)/..; pwd)) 59 bldbase := $(if $( VBOX_OUT_BASE),$(VBOX_OUT_BASE),$(vboxroot))/out/rpm59 bldbase := $(if $(PATH_OUT_BASE),$(PATH_OUT_BASE),$(vboxroot))/out/rpm 60 60 builddir := $(bldbase)/builddir 61 61 stagedir := $(bldbase)/rpmbuild
Note:
See TracChangeset
for help on using the changeset viewer.