]> git.pld-linux.org Git - packages/samba.git/blame - samba-DESTDIR-fix.patch
- more specific Requires
[packages/samba.git] / samba-DESTDIR-fix.patch
CommitLineData
1c5c080e 1--- ./source/Makefile.in.org Tue Jun 4 10:39:47 2002
d9d28816 2+++ ./source/Makefile.in Tue Jun 4 11:20:07 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@
This page took 0.087894 seconds and 4 git commands to generate.