tags 993014 + patch
thanks

El 26/8/21 a las 12:31, Helmut Grohne escribió:
| make  install-exec-hook
| make[5]: Entering directory '/<<PKGBUILDDIR>>'
| (cd /<<PKGBUILDDIR>>/debian/cifs-utils/sbin && ln -sf mount.cifs mount.smb3)
| /bin/bash: line 1: cd: /<<PKGBUILDDIR>>/debian/cifs-utils/sbin: No such file 
or directory

Hi. I can reproduce this as well.

For the version in bullseye, I believe the attached patch should be enough to fix the problem.

For testing/unstable, I'm confused because the QA page for this package:

https://packages.qa.debian.org/c/cifs-utils.html

says:

Updating cifs-utils fixes old bugs: #993014

but I don't see this is fixed in unstable. Is the QA tracker working properly?

Thanks.
--- a/Makefile.am
+++ b/Makefile.am
@@ -119,6 +119,7 @@
 SUBDIRS = contrib
 
 install-exec-hook:
+       mkdir -p $(DESTDIR)$(ROOTSBINDIR)
        (cd $(DESTDIR)$(ROOTSBINDIR) && ln -sf mount.cifs mount.smb3)
 
 install-data-hook:

Reply via email to