Skip to content

Commit

Permalink
Makefile: Use cp to “install” symbolic links
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfoerster committed Oct 27, 2019
1 parent dd6abb9 commit 7c1f9c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ $(ZIP_TARGET_PKG)/%: %

.SECONDEXPANSION:

$(addprefix $(ZIP_TARGET_PKG)/$(LOCALES_DIR)/,$(MESSAGES_SYMLINKS)): $$(patsubst $(ZIP_TARGET_PKG)/%,%,$$@) | $$(@D)
cp -dT -- $< $@

$(addprefix $(LOCALES_DIR)/,$(MESSAGES_SYMLINKS)): $$(patsubst $$(LOCALES_DIR)/%,$$(PO_DIR)/%,$$@)
$(DIST_CP_CMP)

Expand Down

0 comments on commit 7c1f9c8

Please sign in to comment.