Skip to content
Snippets Groups Projects
Commit 197cf96c authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

probleme de repertoire avec rsync

parent b180498c
No related branches found
No related tags found
No related merge requests found
......@@ -23,9 +23,9 @@
FILE=dolibarr-0.1.6
tar:
rm -f dolibarr-*.tar.gz*
rm -f dolibarr-*.tar.gz* $(FILE)
mkdir $(FILE)
rsync -av doc/ htdocs/ mysql/ misc/ COPY* http* INSTALL scripts/ templates/ pgsql/ $(FILE)/
rsync -ar doc htdocs mysql misc COPY* http* INSTALL scripts templates pgsql $(FILE)/
tar --exclude-from tar.exclude -cvvf $(FILE).tar $(FILE)/
gzip $(FILE).tar
md5sum $(FILE).tar.gz > $(FILE).tar.gz.md5sum
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment