Changeset 90118 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Jul 9, 2021 11:59:01 AM (4 years ago)
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/rules
r90081 r90118 116 116 $(if $(NOWEBSVC),,$(if $(ose),--enable-webservice,)) \ 117 117 $(if $(VNC),--enable-vnc,) \ 118 $(if $(PATH_OUT_BASE),--out-base-dir=$(PATH_OUT_BASE),) \ 118 119 --disable-extpack 119 120 … … 136 137 debian/configure-stamp: 137 138 dh_testdir 138 cd $(vboxroot) && ./configure --odir=$( current)/debian$(cfg_flags)139 cd $(vboxroot) && ./configure --odir=$(bldbase) $(cfg_flags) 139 140 touch debian/configure-stamp 140 141 -
trunk/src/VBox/Installer/linux/rpm/rules
r90081 r90118 171 171 $(if $(NOWEBSVC),,$(if $(ose),--enable-webservice,)) \ 172 172 $(if $(VNC),--enable-vnc,) \ 173 $(if $(PATH_OUT_BASE),--out-base-dir=$(PATH_OUT_BASE),) \ 173 174 --disable-extpack 174 175
Note:
See TracChangeset
for help on using the changeset viewer.