Changeset 40217 in vbox for trunk/src/VBox/Installer/linux/debian
- Timestamp:
- Feb 22, 2012 4:14:36 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76390
- Location:
- trunk/src/VBox/Installer/linux/debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/LocalConfig.kmk
r38386 r40217 31 31 VBOX_PATH_APP_DOCS = $(VBOX_PATH_PACKAGE_DOCS) 32 32 33 # only relevant for non-OSE builds: don't build the PUEL package34 VBOX_WITH_EXTPACK_PUEL_BUILD := -
trunk/src/VBox/Installer/linux/debian/rules
r39358 r40217 99 99 $(if $(DEBUG),--build-debug,) \ 100 100 $(if $(NOWINE),,--setup-wine) \ 101 $(if $(NOWEBSVC),,--enable-webservice) 101 $(if $(NOWEBSVC),,--enable-webservice) \ 102 --disable-extpack 102 103 103 104 bld_flags := AUTOCFG=$(current)/debian/AutoConfig.kmk \
Note:
See TracChangeset
for help on using the changeset viewer.