Changeset 58073 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Oct 7, 2015 8:51:23 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/rules
r58012 r58073 40 40 # PKGDIR=<path> where to store the final package(s) 41 41 # BLEEDING_EDGE=xyz 42 # 43 # NODOCS will also be set if UserManual*.pdf and VirtualBox*.chm are placed in 44 # $(vboxroot)/prebuild. STAGEDISO will be set if VBoxGuestAdditions.iso is 45 # placed there. Wine will not be required to be available if both NODOCS and 46 # STAGEDISO are set. 42 47 43 48 package := virtualbox … … 58 63 NOQT ?= $(HEADLESS) 59 64 NOWEBSVC ?= $(ose) 65 NODOCS ?= $(if $(wildcard $(vboxroot)/prebuild/UserManual*.pdf),$(if $(wildcard $(vboxroot)/prebuild/VirtualBox*.chm),1,),) 66 STAGEDISO ?= $(if $(wildcard $(vboxroot)/prebuild/VBoxGuestAdditions.iso),$(vboxroot)/prebuild,) 60 67 NOWINE := $(if $(NODOCS),$(if $(STAGEDISO),1,),)$(ose) 61 68
Note:
See TracChangeset
for help on using the changeset viewer.