Changeset 90080 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Jul 7, 2021 6:36:05 PM (4 years ago)
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/rules
r90038 r90080 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 builddir := $(vboxroot)/out/debian/builddir 63 moddir := $(vboxroot)/out/debian/modules 62 bldbase := $(if $(VBOX_OUT_BASE),$(VBOX_OUT_BASE),$(vboxroot))/out/debian 63 builddir := $(bldbase)/builddir 64 moddir := $(bldbase)/modules 64 65 prefix := $(current)/debian/$(verpkg) 65 66 arch := $(shell dpkg --print-architecture) -
trunk/src/VBox/Installer/linux/rpm/rules
r90038 r90080 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 := $( vboxroot)/out/rpm59 bldbase := $(if $(VBOX_OUT_BASE),$(VBOX_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.