VirtualBox

Changeset 58400 in vbox


Ignore:
Timestamp:
Oct 24, 2015 5:04:50 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103638
Message:

#8051: Installers: unify Linux host installers as far as possible: removed scripts and helper folders from the archive which forms the basis of the different installers instead of deleting them in individual installer scripts after unpacking the archive.

Location:
trunk/src/VBox/Installer/linux
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/Makefile.kmk

    r58379 r58400  
    6868        prerm-common.sh \
    6969        routines.sh \
    70         scripts/VBoxHeadlessXOrg.sh=>scripts/VBoxHeadlessXOrg.sh \
    7170        VBoxSysInfo.sh \
    7271        vboxautostart-service.sh \
     
    180179                ExtensionPacks/VNC/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/VBoxVNCMain.so,) \
    181180        $(if $(VBOX_WITH_DTRACE),VBoxDTrace,)\
    182         VBoxTunctl \
    183         helpers/generate_service_file
     181        VBoxTunctl
    184182
    185183# Do not remove relocation information of these binaries
     
    218216        VBox.sh \
    219217        vboxweb-service.sh \
    220         VBox.png \
    221         scripts
     218        VBox.png
    222219
    223220ifdef VBOX_WITH_EXTPACK
     
    397394        $(wildcard $(PATH_STAGE_BIN)/src/*/*) \
    398395        $(wildcard $(PATH_STAGE_BIN)/src/*/*/*) \
    399         $(wildcard $(PATH_STAGE_BIN)/src/*/*/*/*) \
    400         $(wildcard $(PATH_STAGE_BIN)/scripts/*)
    401 
     396        $(wildcard $(PATH_STAGE_BIN)/src/*/*/*/*)
    402397
    403398#
     
    471466        archive \
    472467        archive/components \
    473         archive/helpers \
    474468        archive/nls \
    475469        $(if $(VBOX_WITH_QT4_SUN),archive/accessible,) \
     
    525519        $(VBOX_LNX_DBG_PATH) \
    526520        $(VBOX_LNX_DBG_PATH)/components \
    527         $(VBOX_LNX_DBG_PATH)/helpers \
    528521,$(VBOX_LNX_INST_OUT_DIR)/archive-dbg/$(d)/)
    529522
  • trunk/src/VBox/Installer/linux/debian/rules

    r58386 r58400  
    280280            mv $(archdir)/$$i $(prefix)/usr/share/$(package); done
    281281endif
    282         rm -r $(archdir)/helpers
    283         rm -r $(archdir)/scripts
    284282        mv $(archdir) $(prefix)/usr/lib/$(package)
    285283        export VBOX_INSTALL_PATH=/usr/lib/$(package) && \
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette