Skip to content

Commit

Permalink
drop /Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Nov 1, 2024
1 parent 0bc626c commit 62ae8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woof-code/support/petbuilds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ for NAME in $PKGS; do

for EXTRAFILE in ../rootfs-petbuilds/${NAME}/*; do
case "${EXTRAFILE##*/}" in
petbuild|*.patch|sha256.sum|*-*|DOTconfig|*.c|*.h|README.md) ;;
petbuild|*.patch|sha256.sum|*-*|DOTconfig|*.c|*.h|README.md|Makefile) ;;
*) cp -a $EXTRAFILE rootfs-complete/
esac
done
Expand Down

0 comments on commit 62ae8dd

Please sign in to comment.