]> git.pld-linux.org Git - packages/samba.git/blob - samba-install.patch
- up to 3.3.4
[packages/samba.git] / samba-install.patch
1 commit 1f44b4aaa5f700827ee2ab272ae4b59e559b094b
2 Author: Günther Deschner <gd@samba.org>
3 Date:   Fri Sep 5 14:01:45 2008 +0200
4
5     build: don't install the cifs.upcall binary twice.
6     
7     Guenther
8
9 diff --git a/source/Makefile.in b/source/Makefile.in
10 index 8b46ab6..b67cfe8 100644
11 --- a/source/Makefile.in
12 +++ b/source/Makefile.in
13 @@ -178,7 +178,7 @@ PATH_FLAGS = -DSMB_PASSWD_FILE=\"$(SMB_PASSWD_FILE)\" \
14  
15  # Note that all executable programs now provide for an optional executable suffix.
16  
17 -SBIN_PROGS = bin/smbd@EXEEXT@ bin/nmbd@EXEEXT@ @SWAT_SBIN_TARGETS@ @EXTRA_SBIN_PROGS@ @CIFSUPCALL_PROGS@
18 +SBIN_PROGS = bin/smbd@EXEEXT@ bin/nmbd@EXEEXT@ @SWAT_SBIN_TARGETS@ @EXTRA_SBIN_PROGS@
19  
20  ROOT_SBIN_PROGS = @CIFSMOUNT_PROGS@
21  
This page took 0.028547 seconds and 3 git commands to generate.