From d0ce42db9e80694fc0a1ab482830c7620ea7cc48 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Sat, 14 Dec 2019 14:21:41 -0700 Subject: [PATCH] dtopen/Makefile.am: fix typo in link for pdf handler --- cde/programs/dtopen/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/programs/dtopen/Makefile.am b/cde/programs/dtopen/Makefile.am index f70e955cc..aefee28dc 100644 --- a/cde/programs/dtopen/Makefile.am +++ b/cde/programs/dtopen/Makefile.am @@ -18,4 +18,4 @@ install-data-hook: cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin && $(LN_S) dtopen dtopen_video cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin && $(LN_S) dtopen dtopen_image cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin && $(LN_S) dtopen dtopen_ps - cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin && $(LN_S) dtopen dtopen_ypdf + cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin && $(LN_S) dtopen dtopen_pdf