Changeset 35936 in vbox for trunk/src/VBox/Installer/linux/debian
- Timestamp:
- Feb 11, 2011 8:06:56 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69977
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/rules
r35230 r35936 37 37 # NOWEBSVC=1 don't build the webservice API, default for OSE 38 38 # STAGEDISO=<path> don't build the VBoxAdditions, use the precompiled .iso 39 # PKGDIR=<path> where to store the final package(s) 39 40 # BLEEDING_EDGE=xyz 40 41 … … 43 44 current := $(shell pwd) 44 45 vboxroot := $(shell cd ../../../..; pwd) 45 pkgdir := $( shell cd ../../../../..; pwd)46 pkgdir := $(if $(PKGDIR),$(PKGDIR),$(shell cd ../../../../..; pwd)) 46 47 builddir := $(current)/debian/builddir 47 48 moddir := $(current)/debian/modules
Note:
See TracChangeset
for help on using the changeset viewer.