1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

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

(This used to be commit a18af427d7)
This commit is contained in:
Alexander Bokovoy 2006-06-10 15:18:46 +00:00 committed by Gerald (Jerry) Carter
parent c403a5525c
commit 21706838f5

View File

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