Skip to content

Commit

Permalink
Fix Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Natalie Arellano <[email protected]>
  • Loading branch information
natalieparellano committed Sep 22, 2023
1 parent 6746e43 commit 429b786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ build-sample-root:
tar -czf $(SAMPLES_ROOT)/buildpacks/$$(basename $$bp_dir) -C $$bp_dir . ; \
done

@cp -r builders packages $(SAMPLES_ROOT)/
@cp -r builders buildpacks $(SAMPLES_ROOT)/
else
# No-op for posix pack
SAMPLES_ROOT:=.
Expand Down

0 comments on commit 429b786

Please sign in to comment.