Issue #1872 - merge 2002; do not include .gitignore files in the rpm

Former-commit-id: b0122e794e [formerly b0122e794e [formerly 25a995ec49f223eba1c81ce6d9da350c3f381607]]
Former-commit-id: 20fd227d99
Former-commit-id: 7ec8600dc1
This commit is contained in:
Bryan Kowal 2013-05-15 13:30:37 -05:00
parent f7d304c51b
commit 1a63d07768

View file

@ -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