[Pkg-samba-maint] typo in debian/rules in smb.conf.5 build workaround
Benjamin Bohard
bbohard at cadoles.com
Tue Jun 13 06:07:04 UTC 2017
Hello,
I noticed a mispelled DESTDIR variable in debian/rules hanging there for
a while (commit 68d4d69b back to 2014):
@@ -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
Best regards
--
Benjamin Bohard
Cadoles (http://www.cadoles.com)
Experts EOLE, Envole et logiciels libres
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-samba-maint/attachments/20170613/ed649910/attachment.sig>
More information about the Pkg-samba-maint
mailing list