]> git.pld-linux.org Git - packages/samba.git/blame - samba-install.patch
- release 2
[packages/samba.git] / samba-install.patch
CommitLineData
923aea8d
SS
1commit 1f44b4aaa5f700827ee2ab272ae4b59e559b094b
2Author: Günther Deschner <gd@samba.org>
3Date: Fri Sep 5 14:01:45 2008 +0200
4
5 build: don't install the cifs.upcall binary twice.
6
7 Guenther
8
9diff --git a/source/Makefile.in b/source/Makefile.in
10index 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.077543 seconds and 4 git commands to generate.