svn commit: samba r16139 - in trunk/source/script: .

ab at samba.org ab at samba.org
Sat Jun 10 15:18:54 GMT 2006


Author: ab
Date: 2006-06-10 15:18:54 +0000 (Sat, 10 Jun 2006)
New Revision: 16139

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

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


Changeset:
Modified: trunk/source/script/uninstallbin.sh.in
===================================================================
--- trunk/source/script/uninstallbin.sh.in	2006-06-10 15:18:46 UTC (rev 16138)
+++ trunk/source/script/uninstallbin.sh.in	2006-06-10 15:18:54 UTC (rev 16139)
@@ -5,6 +5,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