1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00
samba-mirror/packaging/RedHat/makefile-path.patch

13 lines
390 B
Diff

--- samba-2.0.1/source/Makefile.in.orig Tue Dec 1 22:32:20 1998
+++ samba-2.0.1/source/Makefile.in Wed Dec 2 17:11:33 1998
@@ -25,9 +25,9 @@
BINDIR = @bindir@
# we don't use sbindir because we want full compatibility with
# the previous releases of Samba
-SBINDIR = @bindir@
+SBINDIR = @sbindir@
LIBDIR = @libdir@
-VARDIR = @localstatedir@
+VARDIR = /var/log/samba
MANDIR = @mandir@