Hello,

I was wondering why smbldap-config doesn't get installed as part of make
install.  I was looking to fix a downstream Debian [1] and Ubuntu [2]
bug by including smbldap-config (the very simple Makefile.in patch is
attached).

I'd prefer to fix it in a way that can be included upstream, and am open
to other solutions.

Thanks!
Bryan Quigley

[1]http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697225
[2]https://bugs.launchpad.net/ubuntu/+source/smbldap-tools/+bug/997172

--- Makefile.in.orig	2013-02-11 17:49:33.453529537 -0500
+++ Makefile.in	2013-02-11 17:49:56.060930421 -0500
@@ -17,7 +17,6 @@
 	$(BUILD_PERL_MOD_TARGETS) \
 	$(BUILD_PERL_CMD_TARGETS) \
 	$(BUILD_PERL_MAN_TARGETS) \
-	smbldap-config.cmd \
 	smbldap-upgrade-0.9.6.cmd \
 	doc/smb.conf.example \
 	doc/smb.smbldap.conf.example \
@@ -43,7 +42,8 @@
 	smbldap-userinfo.pl \
 	smbldap-userlist.pl \
 	smbldap-usermod.pl \
-	smbldap-usershow.pl
+	smbldap-usershow.pl \
+	smbldap-config.cmd 
 
 PERL_MAN_SECTION=	8
 
_______________________________________________
Smbldap-tools-tech mailing list
[email protected]
https://mail.gna.org/listinfo/smbldap-tools-tech

Reply via email to