summaryrefslogtreecommitdiffstats
path: root/source3/script/installdat.sh
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove unused install*.sh scriptsAndrew Bartlett2013-05-281-65/+0
| | | | | | Reviewed-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org>
* Share codepages.Jelmer Vernooij2008-10-231-1/+1
|
* 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 (This used to be commit 58d5f2031ac6018417ecd3c2306c120b5c7d1e43)
* 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. (This used to be commit 5119472cdcdc4a0e422d49290c3007527fefd6a2)
* 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. (This used to be commit 43549301b937c060742840054017b31bf3781e04)
* cosmetic fix when DESTDIR=/ (default)Gerald Carter2003-10-061-1/+1
| | | | (This used to be commit e660b5752aa129c49b0b665845de2fe4c160be00)
* 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 (This used to be commit 4af0c7a93f626dde33fd737618c2b786f83046c7)