diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-07-28 12:27:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:30:09 -0500 |
commit | c1f5d4ceb6b82a6a6a412427ba5ed542d94fdaf3 (patch) | |
tree | 6073cf1235ea4e0427aabc663bb11b91a6dbaceb /source4 | |
parent | 930e624d816a175d5ca4448e6ed40bc7dd8ec5b7 (diff) | |
download | samba-c1f5d4ceb6b82a6a6a412427ba5ed542d94fdaf3.tar.gz samba-c1f5d4ceb6b82a6a6a412427ba5ed542d94fdaf3.tar.bz2 samba-c1f5d4ceb6b82a6a6a412427ba5ed542d94fdaf3.zip |
r8827: Fix install on some systems.
(This used to be commit bca762494316dd0b0bc593e4e374a68260c87f47)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/build/smb_build/makefile.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index a720ea3069..0d0c851776 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -37,8 +37,9 @@ BINDIR = @bindir@ SBINDIR = @sbindir@ LIBDIR = @libdir@ CONFIGDIR = @configdir@ -VARDIR = @localstatedir@ +localstatedir = @localstatedir@ SWATDIR = @swatdir@ +VARDIR = @localstatedir@ # The permissions to give the executables INSTALLPERMS = 0755 |