VirtualBox

Changeset 44075 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Dec 10, 2012 12:04:15 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
82581
Message:

lightdm-greeter, next try

File:
1 edited

Legend:

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

    r44062 r44075  
    212212        $(addprefix $(VBOX_LNX_ADD_DBG_MOD_DIR),$(VBOX_LNX_ADD_STRIP_MOD))
    213213
     214ifdef VBOX_WITH_LIGHTDM_GREETER_PACKING
     215VBOX_LNX_ADD_INST_FILES += \
     216        $(addprefix $(VBOX_LNX_ADD_INST_SBIN_DIR),vbox-greeter)
     217endif
     218
    214219# Cleanup of the the installer directory files
    215220OTHER_CLEAN += $(VBOX_LNX_ADD_INST_FILES) $(VBOX_LNX_ADD_DBG_FILES)
     
    253258        $(QUIET)$(INSTALL) -m 0755 $(if $(VBOX_DO_STRIP),-s,) $< $@
    254259        $(QUIET)objcopy --add-gnu-debuglink=$@ $@
     260
     261# pattern rule for stripping and copying vbox-greeter to the installation directory
     262$(addprefix $(VBOX_LNX_ADD_INST_SBIN_DIR),vbox-greeter): \
     263                $(VBOX_LNX_ADD_INST_SBIN_DIR)% : $(subst linux,linux2,$(PATH_STAGE_BIN))/additions/% \
     264                | $$(dir $$@)
     265        $(call MSG_INST_FILE,$<,$@)
     266        $(QUIET)$(INSTALL) -m 0755 $< $@
    255267
    256268# pattern rule for stripping and copying the VBOX_LNX_ADD_STRIP_LIB files to the installation directory
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