]> git.pld-linux.org Git - packages/samba.git/blame_incremental - samba-DESTDIR-fix.patch
- more specific Requires
[packages/samba.git] / samba-DESTDIR-fix.patch
... / ...
CommitLineData
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.091929 seconds and 4 git commands to generate.