remove dev files before building packages
This commit is contained in:
parent
ed28d3b8e7
commit
93a7ffdd65
|
@ -71,6 +71,7 @@ export VERSION=`./getVersion`
|
||||||
rm -r lam/po
|
rm -r lam/po
|
||||||
rm -r lam/tests
|
rm -r lam/tests
|
||||||
rm lam/lib/3rdParty/tcpdf/fonts/*.ttf
|
rm lam/lib/3rdParty/tcpdf/fonts/*.ttf
|
||||||
|
rm -r lam/templates/lib/extra/ckeditor/plugins/*/dev
|
||||||
find . -name .svnignore -exec rm {} \;
|
find . -name .svnignore -exec rm {} \;
|
||||||
find . -name .gitignore -exec rm {} \;
|
find . -name .gitignore -exec rm {} \;
|
||||||
mv lam ldap-account-manager-$VERSION
|
mv lam ldap-account-manager-$VERSION
|
||||||
|
|
Loading…
Reference in New Issue