37cf817d0dec854c82e4da88cb76c26eb8b279df
[kai/samba.git] / packaging / PHT / TurboLinux / makefile-path.patch
1 --- samba-2.0.0/source/Makefile.in.orig Tue Dec  1 22:32:20 1998
2 +++ samba-2.0.0/source/Makefile.in      Wed Dec  2 17:11:33 1998
3 @@ -25,9 +25,9 @@
4  BINDIR = @bindir@
5  # we don't use sbindir because we want full compatibility with
6  # the previous releases of Samba
7 -SBINDIR = @bindir@
8 +SBINDIR = @sbindir@
9  LIBDIR = @libdir@
10 -VARDIR = @localstatedir@
11 +VARDIR = /var/log/samba
12  MANDIR = @mandir@
13  
14  # The permissions to give the executables
15 @@ -43,16 +43,16 @@
16  DRIVERFILE = $(LIBDIR)/printers.def
17  PASSWD_PROGRAM = /bin/passwd
18  # This is where smbpasswd et al go
19 -PRIVATEDIR = @privatedir@
20 +PRIVATEDIR = $(LIBDIR)
21  
22  SMB_PASSWD_FILE = $(PRIVATEDIR)/smbpasswd
23  SMB_PASSGRP_FILE = $(PRIVATEDIR)/smbpassgrp
24  
25  # This is where SWAT images and help files go
26 -SWATDIR = @swatdir@
27 +SWATDIR = /usr/share/swat
28  
29  # the directory where lock files go
30 -LOCKDIR = $(VARDIR)/locks
31 +LOCKDIR = /var/lock/samba
32  
33  # The directory where code page definition files go
34  CODEPAGEDIR = $(LIBDIR)/codepages