]> git.pld-linux.org Git - packages/samba.git/blame - samba-DESTDIR-fix.patch
- merge translations drom KSI, Conectiva, Kondtra and adapterize spec file.
[packages/samba.git] / samba-DESTDIR-fix.patch
CommitLineData
1c5c080e
PG
1--- ./source/Makefile.in.org Tue Jun 4 10:39:47 2002
2+++ ./source/Makefile.in Tue Jun 4 11:04:36 2002
32b81a2f
PG
3@@ -62,10 +62,10 @@
4 SWATDIR = $(DESTDIR)@swatdir@
5
6 # the directory where lock files go
7-LOCKDIR = @lockdir@
8+LOCKDIR = $(DESTDIR)@lockdir@
9
10 # the directorty where pid files go
11-PIDDIR = @piddir@
12+PIDDIR = $(DESTDIR)@piddir@
13
14 # libsmbclient support here
15 BLDSHARED = @BLDSHARED@
16@@ -73,7 +73,7 @@
17 LIBSMBCLIENT_MINOR=1
18
19 # The directory where code page definition files go
20-CODEPAGEDIR = @codepagedir@
21+CODEPAGEDIR = $(DESTDIR)@codepagedir@
22
23 # The current codepage definition list.
24 CODEPAGELIST= 437 737 775 850 852 861 932 866 949 950 936 1251 ISO8859-1 ISO8859-2 ISO8859-5 ISO8859-7 KOI8-R 857 ISO8859-9 \
This page took 0.062432 seconds and 4 git commands to generate.