Issue #1872 - merge 2002; do not include .gitignore files in the rpm
Former-commit-id:20fd227d99
[formerlyb0122e794e
[formerly 25a995ec49f223eba1c81ce6d9da350c3f381607]] Former-commit-id:b0122e794e
Former-commit-id:c83d93b527
This commit is contained in:
parent
058e32d421
commit
34c87d5256
1 changed files with 5 additions and 0 deletions
|
@ -47,6 +47,11 @@ if [ $? -ne 0 ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
/usr/bin/find %{_build_root}/awips2/edex/data/share -name .gitignore -exec rm -rf {} \;
|
||||
if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
%pre
|
||||
%post
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue