Browse Source

BUG: Fix Bug #156 - ps2pdf is not found on linux

Andy Cedilnik 22 years ago
parent
commit
af721186a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/FindLATEX.cmake

+ 1 - 1
Modules/FindLATEX.cmake

@@ -90,7 +90,7 @@ IF (WIN32)
   )
 ELSE (WIN32)
   FIND_PROGRAM(PS2PDF_CONVERTER
-    NAMES ps2pdf14 psd2pdf
+    NAMES ps2pdf14 ps2pdf
   )
 ENDIF (WIN32)