diff options
author | Lars Müller <lmuelle@samba.org> | 2006-03-20 16:40:42 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:15:38 -0500 |
commit | 4b000b2c95ec064db18d59bff9bf9957717632c4 (patch) | |
tree | ef398a861125d2ed554b793620e8e6e96a28c201 /source3 | |
parent | b36e2921ee01887793eef55cb5f663042ffa9b72 (diff) | |
download | samba-4b000b2c95ec064db18d59bff9bf9957717632c4.tar.gz samba-4b000b2c95ec064db18d59bff9bf9957717632c4.tar.bz2 samba-4b000b2c95ec064db18d59bff9bf9957717632c4.zip |
r14584: Really follow with roosbindir by defaulr the setting we use for sbindir.
(This used to be commit 1829d22720612b0e61cec7e66d7cba46c04160b9)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index fde1d6d950..d6a5bbcd5a 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -22,7 +22,7 @@ fi # ones... AC_PREFIX_DEFAULT(/usr/local/samba) -rootsbindir="\${prefix}/sbin" +rootsbindir="\${SBINDIR}" lockdir="\${VARDIR}/locks" piddir="\${VARDIR}/locks" mandir="\${prefix}/man" |