Author: ab Date: 2006-06-10 15:18:46 +0000 (Sat, 10 Jun 2006) New Revision: 16138
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16138 Log: By default, rootsbindir relies on SBINDIR so import it here Modified: branches/SAMBA_3_0/source/script/uninstallbin.sh.in Changeset: Modified: branches/SAMBA_3_0/source/script/uninstallbin.sh.in =================================================================== --- branches/SAMBA_3_0/source/script/uninstallbin.sh.in 2006-06-10 15:16:46 UTC (rev 16137) +++ branches/SAMBA_3_0/source/script/uninstallbin.sh.in 2006-06-10 15:18:46 UTC (rev 16138) @@ -5,6 +5,7 @@ DESTDIR=$2 prefix=`echo $3 | sed 's/\/\//\//g'` BINDIR=`echo $4 | sed 's/\/\//\//g'` [EMAIL PROTECTED]@ shift shift shift
