]> git.pld-linux.org Git - packages/samba.git/blob - samba-DESTDIR-fix.patch
- removed references to non-existing files
[packages/samba.git] / samba-DESTDIR-fix.patch
1 --- ./source/Makefile.in.org    Tue Jun  4 10:39:47 2002
2 +++ ./source/Makefile.in        Tue Jun  4 11:20:07 2002
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@
This page took 0.046755 seconds and 3 git commands to generate.