Also exclude '.gitignore'

This commit is contained in:
0x1eef 2024-09-24 18:28:50 -03:00
parent 117f3c0589
commit cc341e45dc

View file

@ -12,6 +12,7 @@ cd "${target}"
find . \
-type f \
! -name ".git" \
! -name ".gitignore" \
! -path "../.git/*" \
-exec install -m u=rwx,g=rx,o= "{}" "${destdir}"/"{}" \; \
-exec echo -n . \;