VirtualBox

Changeset 2514 in kBuild


Ignore:
Timestamp:
Jul 25, 2011 1:41:59 PM (14 years ago)
Author:
bird
Message:

footer.kmk: Fixed regression in the directory installation code (missing slash).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r2511 r2514  
    33313331
    33323332# The staging rule (requires double evaluation).
    3333 local insdst := $(PATH_STAGE)$(stage)$(directory)/
     3333local insdst := $(PATH_STAGE)/$(stage)$(directory)/
    33343334$(target)_2_STAGE_DIR_TARGETS += $(insdst)
    33353335$(eval $(def_install_directory_rule))
     
    33373337# The install rule.
    33383338ifeq ($(insttype),both)
    3339  local insdst := $(PATH_INS)$(inst)$(directory)/
     3339 local insdst := $(PATH_INS)/$(inst)$(directory)/
    33403340 $(target)_2_INST_DIR_TARGETS += $(insdst)
    33413341 $(eval $(def_install_directory_rule))
Note: See TracChangeset for help on using the changeset viewer.

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