svn commit: samba r16136 - in branches/SAMBA_3_0/source/script: .

ab at samba.org ab at samba.org
Sat Jun 10 15:16:02 GMT 2006


Author: ab
Date: 2006-06-10 15:16:01 +0000 (Sat, 10 Jun 2006)
New Revision: 16136

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16136

Log:
By default, rootsbindir relies on SBINDIR so import it here
Modified:
   branches/SAMBA_3_0/source/script/installbin.sh.in


Changeset:
Modified: branches/SAMBA_3_0/source/script/installbin.sh.in
===================================================================
--- branches/SAMBA_3_0/source/script/installbin.sh.in	2006-06-10 08:30:23 UTC (rev 16135)
+++ branches/SAMBA_3_0/source/script/installbin.sh.in	2006-06-10 15:16:01 UTC (rev 16136)
@@ -4,6 +4,7 @@
 DESTDIR=$2
 prefix=`echo $3 | sed 's/\/\//\//g'`
 BINDIR=`echo $4 | sed 's/\/\//\//g'`
+SBINDIR=@sbindir@
 shift
 shift
 shift



More information about the samba-cvs mailing list