Skip to content

Commit

Permalink
Updated patch Paths for Make.fabricv4 File
Browse files Browse the repository at this point in the history
  • Loading branch information
jkallem-equinix committed Aug 15, 2024
1 parent 92d124e commit d819f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Makefile.sdk
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ patch:

patch-post:
# patch is idempotent, always starting with the generated files
for diff in $(shell find patches/post -name \*.patch | sort -n); do \
for diff in $(shell find patches/services/${PACKAGE_NAME} -name \*.patch | sort -n); do \
patch --no-backup-if-mismatch -N -t -p1 -i $$diff; \
done

Expand Down

0 comments on commit d819f8d

Please sign in to comment.