Skip to content

Commit

Permalink
spksrc: Code alignment to previous entry
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Aug 18, 2021
1 parent 10ad76b commit 30bfb55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mk/spksrc.copy.mk
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ copy_target: $(PRE_COPY_TARGET) $(INSTALL_PLIST)
(cd $(INSTALL_DIR)/$(INSTALL_PREFIX) && tar cpf - `cat $(INSTALL_PLIST) | cut -d':' -f2`) | \
tar xpf - -C $(STAGING_DIR)
# Copy non-target to STAGING_SPK*
(cd $(INSTALL_DIR)/$(INSTALL_PREFIX_VAR) && find . -mindepth 1 -maxdepth 1 | tar cpf - --files-from=/dev/stdin) | tar xpf - -C $(STAGING_SPKVAR)
(cd $(INSTALL_DIR)/$(INSTALL_PREFIX_VAR) && find . -mindepth 1 -maxdepth 1 | tar cpf - --files-from=/dev/stdin) | \
tar xpf - -C $(STAGING_SPKVAR)

post_copy_target: $(COPY_TARGET)

Expand Down

0 comments on commit 30bfb55

Please sign in to comment.