Align find options
This commit is contained in:
parent
ed588bd7d7
commit
2d6ec73e73
1 changed files with 7 additions and 7 deletions
|
@ -45,13 +45,13 @@ perform_update()
|
|||
perform_install()
|
||||
{
|
||||
find -s . \
|
||||
-maxdepth 1 \
|
||||
! -name "." \
|
||||
! -name ".git" \
|
||||
! -name ".gitignore" \
|
||||
! -name ".hooks" \
|
||||
! -name ".arcconfig" \
|
||||
-exec cp -Rpv {} "${installdir}" \;
|
||||
-maxdepth 1 \
|
||||
! -name "." \
|
||||
! -name ".git" \
|
||||
! -name ".gitignore" \
|
||||
! -name ".hooks" \
|
||||
! -name ".arcconfig" \
|
||||
-exec cp -Rpv {} "${installdir}" \;
|
||||
chown -Rv root "${installdir}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue