Changeset 90080 in vbox for trunk/debian
- Timestamp:
- Jul 7, 2021 6:36:05 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145577
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/rules
r90038 r90080 54 54 vboxroot := $(shell pwd) 55 55 pkgdir := $(if $(PKGDIR),$(PKGDIR),$(shell cd ..; pwd)) 56 builddir := $(vboxroot)/out/debian/builddir 57 moddir := $(vboxroot)/out/debian/modules 56 bldbase := $(if $(VBOX_OUT_BASE),$(VBOX_OUT_BASE),$(vboxroot))/out/debian 57 builddir := $(bldbase)/builddir 58 moddir := $(bldbase)/modules 58 59 prefix := $(current)/debian/$(verpkg) 59 60 arch := $(shell dpkg --print-architecture)
Note:
See TracChangeset
for help on using the changeset viewer.