Changeset 34706 in vbox
- Timestamp:
- Dec 3, 2010 4:18:24 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68508
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/Makefile.kmk
r33430 r34706 319 319 selinux-fedora/vbox_x11.pp 320 320 321 INSTALLS += lnx_add_inst-license 322 lnx_add_inst-license_INST = $(subst $(PATH_TARGET),obj,$(VBOX_LNX_ADD_INST_OUT_DIR))/ 323 lnx_add_inst-license_MODE = a+r,u+w 324 lnx_add_inst-license_SOURCES = \ 325 $(VBOX_BRAND_LICENSE_TXT)=>LICENSE 321 326 322 327 INSTALLS += AutoRun-sh … … 416 421 $(INSTARGET_lnx_add_inst-noexec) \ 417 422 $(INSTARGET_lnx_add_inst-exec) \ 423 $(INSTARGET_lnx_add_inst-license) \ 418 424 $(INSTARGET_LnxAddTest-src) \ 419 425 $(INSTARGET_LnxAddDRM-src) \ … … 433 439 $(QUIET)tar --owner 0 --group 0 -cRf $(patsubst %.bz2,%,$@) \ 434 440 -C $(VBOX_LNX_ADD_INST_OUT_DIR) \ 435 bin init lib sbin share src \441 LICENSE bin init lib sbin share src \ 436 442 $(if $(filter $(KBUILD_TYPE),debug),debug) 437 443 $(QUIET)pbzip2 $(patsubst %.bz2,%,$@) … … 439 445 $(QUIET)tar --owner 0 --group 0 --ignore-failed-read -cjRf $@ \ 440 446 -C $(VBOX_LNX_ADD_INST_OUT_DIR) \ 441 bin init lib sbin share src \447 LICENSE bin init lib sbin share src \ 442 448 $(if $(filter $(KBUILD_TYPE),debug),debug) 443 449 endif
Note:
See TracChangeset
for help on using the changeset viewer.