summaryrefslogtreecommitdiffstats
path: root/source/script/installbin.sh
Commit message (Collapse)AuthorAgeFilesLines
* r14056: Also install the mount.smbfs sym link to rootsbindir. Therfore we haveLars Müller2006-03-081-40/+0
| | | | | | | to substitute rootsbindir in {,un}installbin.sh.in. Pass $prefix as third arg to installbin/ uninstallbin as rootsbindir by default is $prefix/sbin.
* r13663: make uninstall DESTDIR=/somewhere no longer leaves files. This is doneLars Müller2006-02-241-9/+4
| | | | | | | | | | | | | | | 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.
* r13642: Fix install* scripts to use DESTDIR.Lars Müller2006-02-221-6/+6
| | | | | | | | | | Always pass the INSTALLPERMS and DESTDIR as first and second arg to the scripts. No longer prepend DESTDIR to the remaining args. To fix bug #3282 it is important _not_ to prepend DESTDIR to the source of the sym link pointing to smbmount.
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+45
metze