Changeset 90081 in vbox for trunk/src/VBox/Installer/linux/debian/rules
- Timestamp:
- Jul 7, 2021 6:41:56 PM (4 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.