[Pkg-samba-maint] [samba] 05/12: Fix typo s/DESTIDR/DESTDIR/ in d/rules
Mathieu Parent
sathieu at moszumanska.debian.org
Fri Jul 28 19:14:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
sathieu pushed a commit to branch stretch
in repository samba.
commit 0948463cc4573aa73fe57d834060e038902a7f52
Author: Mathieu Parent <math.parent at gmail.com>
Date: Mon Jun 19 20:32:59 2017 +0200
Fix typo s/DESTIDR/DESTDIR/ in d/rules
Thanks Benjamin Bohard on ML
(cherry picked from commit 89e81deecf68357dac3606348683aaa43582bbc6)
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 0f659a1..6127146 100755
--- a/debian/rules
+++ b/debian/rules
@@ -162,7 +162,7 @@ override_dh_install:
install -m644 debian/samba.ufw.profile $(DESTDIR)/etc/ufw/applications.d/samba
# use upstream version of smb.conf.5 if there is no built version
# this is a temporary workaround for #750593 in xsltproc
- [ -e $(DESTIDR)/usr/share/man/man5/smb.conf.5 ] || \
+ [ -e $(DESTDIR)/usr/share/man/man5/smb.conf.5 ] || \
cp docs/manpages/smb.conf.5 $(DESTDIR)/usr/share/man/man5/smb.conf.5
# Tests that shouldn't be installed
rm -f $(DESTDIR)/usr/bin/async_connect_send_test
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-samba/samba.git
More information about the Pkg-samba-maint
mailing list