1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

r16136: By default, rootsbindir relies on SBINDIR so import it here

This commit is contained in:
Alexander Bokovoy 2006-06-10 15:16:01 +00:00 committed by Gerald (Jerry) Carter
parent 1ffb0f06ad
commit 5ffb424641

View File

@ -4,6 +4,7 @@ INSTALLPERMS=$1
DESTDIR=$2
prefix=`echo $3 | sed 's/\/\//\//g'`
BINDIR=`echo $4 | sed 's/\/\//\//g'`
SBINDIR=@sbindir@
shift
shift
shift