Changeset 90081 in vbox for trunk/debian/rules
- Timestamp:
- Jul 7, 2021 6:41:56 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145578
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/rules
r90080 r90081 54 54 vboxroot := $(shell pwd) 55 55 pkgdir := $(if $(PKGDIR),$(PKGDIR),$(shell cd ..; pwd)) 56 bldbase := $(if $( VBOX_OUT_BASE),$(VBOX_OUT_BASE),$(vboxroot))/out/debian56 bldbase := $(if $(PATH_OUT_BASE),$(PATH_OUT_BASE),$(vboxroot))/out/debian 57 57 builddir := $(bldbase)/builddir 58 58 moddir := $(bldbase)/modules
Note:
See TracChangeset
for help on using the changeset viewer.