Changeset 58400 in vbox
- Timestamp:
- Oct 24, 2015 5:04:50 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103638
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.kmk
r58379 r58400 68 68 prerm-common.sh \ 69 69 routines.sh \ 70 scripts/VBoxHeadlessXOrg.sh=>scripts/VBoxHeadlessXOrg.sh \71 70 VBoxSysInfo.sh \ 72 71 vboxautostart-service.sh \ … … 180 179 ExtensionPacks/VNC/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/VBoxVNCMain.so,) \ 181 180 $(if $(VBOX_WITH_DTRACE),VBoxDTrace,)\ 182 VBoxTunctl \ 183 helpers/generate_service_file 181 VBoxTunctl 184 182 185 183 # Do not remove relocation information of these binaries … … 218 216 VBox.sh \ 219 217 vboxweb-service.sh \ 220 VBox.png \ 221 scripts 218 VBox.png 222 219 223 220 ifdef VBOX_WITH_EXTPACK … … 397 394 $(wildcard $(PATH_STAGE_BIN)/src/*/*) \ 398 395 $(wildcard $(PATH_STAGE_BIN)/src/*/*/*) \ 399 $(wildcard $(PATH_STAGE_BIN)/src/*/*/*/*) \ 400 $(wildcard $(PATH_STAGE_BIN)/scripts/*) 401 396 $(wildcard $(PATH_STAGE_BIN)/src/*/*/*/*) 402 397 403 398 # … … 471 466 archive \ 472 467 archive/components \ 473 archive/helpers \474 468 archive/nls \ 475 469 $(if $(VBOX_WITH_QT4_SUN),archive/accessible,) \ … … 525 519 $(VBOX_LNX_DBG_PATH) \ 526 520 $(VBOX_LNX_DBG_PATH)/components \ 527 $(VBOX_LNX_DBG_PATH)/helpers \528 521 ,$(VBOX_LNX_INST_OUT_DIR)/archive-dbg/$(d)/) 529 522 -
trunk/src/VBox/Installer/linux/debian/rules
r58386 r58400 280 280 mv $(archdir)/$$i $(prefix)/usr/share/$(package); done 281 281 endif 282 rm -r $(archdir)/helpers283 rm -r $(archdir)/scripts284 282 mv $(archdir) $(prefix)/usr/lib/$(package) 285 283 export VBOX_INSTALL_PATH=/usr/lib/$(package) && \
Note:
See TracChangeset
for help on using the changeset viewer.