Changeset 44075 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Dec 10, 2012 12:04:15 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 82581
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/Makefile.kmk
r44062 r44075 212 212 $(addprefix $(VBOX_LNX_ADD_DBG_MOD_DIR),$(VBOX_LNX_ADD_STRIP_MOD)) 213 213 214 ifdef VBOX_WITH_LIGHTDM_GREETER_PACKING 215 VBOX_LNX_ADD_INST_FILES += \ 216 $(addprefix $(VBOX_LNX_ADD_INST_SBIN_DIR),vbox-greeter) 217 endif 218 214 219 # Cleanup of the the installer directory files 215 220 OTHER_CLEAN += $(VBOX_LNX_ADD_INST_FILES) $(VBOX_LNX_ADD_DBG_FILES) … … 253 258 $(QUIET)$(INSTALL) -m 0755 $(if $(VBOX_DO_STRIP),-s,) $< $@ 254 259 $(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 $< $@ 255 267 256 268 # 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.