Changeset 38386 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Aug 9, 2011 5:34:15 PM (13 years ago)
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/LocalConfig.kmk
r32008 r38386 30 30 VBOX_PATH_APP_PRIVATE := /usr/share/virtualbox 31 31 VBOX_PATH_APP_DOCS = $(VBOX_PATH_PACKAGE_DOCS) 32 33 # only relevant for non-OSE builds: don't build the PUEL package 34 VBOX_WITH_EXTPACK_PUEL_BUILD := -
trunk/src/VBox/Installer/linux/rpm/LocalConfig.kmk
r32008 r38386 32 32 # gcc 4.5 produces some more false positives 33 33 VBOX_WITH_WARNINGS_AS_ERRORS := 34 35 # only relevant for non-OSE builds: don't build the PUEL package 36 VBOX_WITH_EXTPACK_PUEL_BUILD :=
Note:
See TracChangeset
for help on using the changeset viewer.