Also exclude '.gitignore'
This commit is contained in:
parent
117f3c0589
commit
cc341e45dc
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ cd "${target}"
|
||||||
find . \
|
find . \
|
||||||
-type f \
|
-type f \
|
||||||
! -name ".git" \
|
! -name ".git" \
|
||||||
|
! -name ".gitignore" \
|
||||||
! -path "../.git/*" \
|
! -path "../.git/*" \
|
||||||
-exec install -m u=rwx,g=rx,o= "{}" "${destdir}"/"{}" \; \
|
-exec install -m u=rwx,g=rx,o= "{}" "${destdir}"/"{}" \; \
|
||||||
-exec echo -n . \;
|
-exec echo -n . \;
|
||||||
|
|
Loading…
Reference in a new issue