diff options
author | Alexander Bokovoy <ab@samba.org> | 2006-06-10 15:16:01 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:17:22 -0500 |
commit | c403a5525c9b63bd19d1f259b0f9e6fe0117dad0 (patch) | |
tree | 99d97eef8038df85226c68c8792e5f121f8965b3 /source3/script | |
parent | f337a089d1c894ce405cb04db83f37ae552f678e (diff) | |
download | samba-c403a5525c9b63bd19d1f259b0f9e6fe0117dad0.tar.gz samba-c403a5525c9b63bd19d1f259b0f9e6fe0117dad0.tar.bz2 samba-c403a5525c9b63bd19d1f259b0f9e6fe0117dad0.zip |
r16136: By default, rootsbindir relies on SBINDIR so import it here
(This used to be commit 5ffb424641bfc71ce396800a6e426015b11fd6ba)
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/installbin.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/script/installbin.sh.in b/source3/script/installbin.sh.in index 6c578b3971..59a6c31ca8 100755 --- a/source3/script/installbin.sh.in +++ b/source3/script/installbin.sh.in @@ -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 |