Ajout le fichier README dans le tarball (oups)
This commit is contained in:
parent
6f18e8cabd
commit
6664a6009c
2
Makefile
2
Makefile
@ -25,7 +25,7 @@ FILE=dolibarr-0.5.1
|
||||
tar:
|
||||
rm -fr dolibarr-*.tar.gz* $(FILE)
|
||||
mkdir $(FILE)
|
||||
rsync -ar doc htdocs mysql misc COPY* http* INSTALL scripts templates pgsql $(FILE)/
|
||||
rsync -ar doc htdocs mysql misc COPY* http* INSTALL README scripts templates pgsql $(FILE)/
|
||||
tar --exclude-from tar.exclude -cvvf $(FILE).tar $(FILE)/
|
||||
gzip $(FILE).tar
|
||||
md5sum $(FILE).tar.gz > $(FILE).tar.gz.md5sum
|
||||
|
||||
Loading…
Reference in New Issue
Block a user