Skip to content
Snippets Groups Projects
Commit ee1996f1 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Added an empty database for the distribution.

parent f7d27737
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,8 @@ distribution: clean ...@@ -60,6 +60,8 @@ distribution: clean
cp -r src/libraries/libmisc lyskom-$(SERVER-VER)/src/libraries cp -r src/libraries/libmisc lyskom-$(SERVER-VER)/src/libraries
cp -r src/server lyskom-$(SERVER-VER)/src cp -r src/server lyskom-$(SERVER-VER)/src
cp -r src/include lyskom-$(SERVER-VER)/src/include cp -r src/include lyskom-$(SERVER-VER)/src/include
cp -r db-crypt lyskom-$(SERVER-VER)
cp -r db-nocrypt lyskom-$(SERVER-VER)
find lyskom-$(SERVER-VER) -name CVS.adm -print -exec rm -rf {} \; -prune find lyskom-$(SERVER-VER) -name CVS.adm -print -exec rm -rf {} \; -prune
tar cvf lyskom-$(SERVER-VER).tar lyskom-$(SERVER-VER) tar cvf lyskom-$(SERVER-VER).tar lyskom-$(SERVER-VER)
$(RM) lyskom-$(SERVER-VER).tar.Z $(RM) lyskom-$(SERVER-VER).tar.Z
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment