summaryrefslogtreecommitdiffstats
path: root/source/script/installdat.sh
Commit message (Collapse)AuthorAgeFilesLines
* r13816: Volunteering :-)Volker Lendecke2007-10-101-2/+2
| | | | | | | | | | | | | > for the svn log: > > - Solaris' /bin/sh doesn't know "test -e" - let's use "test -f" instead > > Some volunteer wanna check this in? :) > > Cheers > Bjoern Volker
* r13688: Revert change to set DAT_FILES and SWAT_MSG_FILES in the Makefile.Lars Müller2007-10-101-5/+5
| | | | | | Instead check for *.dat and *.msg files as done before. Then added files are installed and removed as soon as we have some in the filesystem. It's simpler and less error prone.
* r13663: make uninstall DESTDIR=/somewhere no longer leaves files. This is doneLars Müller2007-10-101-10/+52
| | | | | | | | | | | | | | | with the new rules: uninstallservers uninstalldat, uninstallswat (calles uninstallmsg), uninstallmodules, uninstallclientlib, and uninstalllibmsrpc. We still leave directories. We might try to remove the dirs we created in reverse order. The new uninstall scripts are sym links to the respective install scripts. Inside we set mode to install or uninstall. installservers is now used to install the servers. These are no longer installed with installbin.
* cosmetic fix when DESTDIR=/ (default)Gerald Carter2003-10-061-1/+1
|
* make install should also install the default dat files from codepagesHerb Lewis2002-03-211-0/+23
directory so we don't keep getting these stupid error messages about incorrect size for valid.dat upcase.dat and lowcase.dat