Hi,

the symlink that is installed for mom-pdf.pdf points inside $(DESTDIR),
which it clearly should not. I'm attaching a patch.


Regards,

Elias Pipping

Source: Elias Pipping <[email protected]>
Upstream: no
Reason: Symlink to $(DESTDIR)
--- groff-1.22.1/contrib/mom/Makefile.sub
+++ groff-1.22.1/contrib/mom/Makefile.sub
@@ -160,7 +160,7 @@
 	done
 	for f in $(PDFDOCFILE); do \
 	  rm -f $(DESTDIR)$(pdfdocdir)/$$f; \
-	  ln -s $(DESTDIR)$(exampledir)/mom/$$f $(DESTDIR)$(pdfdocdir)/$$f; \
+	  ln -s $(exampledir)/mom/$$f $(DESTDIR)$(pdfdocdir)/$$f; \
 	done
 
 stamp-strip: $(STRIPFILES)
_______________________________________________
bug-groff mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-groff

Reply via email to