From ea9a1c93cb0a20b5e2b1bf48ecf855ef08e57a63 Mon Sep 17 00:00:00 2001 From: Jean-Michel Sarlat Date: Thu, 25 Apr 2013 14:47:55 +0200 Subject: [PATCH] Modifications mineures des scripts --- opt/epsnorm | 2 +- opt/epsnorm.pl | 2 +- opt/psftopst | 2 +- opt/psftopst.pl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/opt/epsnorm b/opt/epsnorm index f9f34b0..f9dd841 100755 --- a/opt/epsnorm +++ b/opt/epsnorm @@ -9,7 +9,7 @@ use strict; # http://melusine.eu.org/syracuse/G/git/?p=pst-anamorphosis.git git # ============================================================================== -our $windows_pstoedit = ''; +our $windows_pstoedit = 'chemin vers pstoedit.exe'; our $on_windows = $^O =~ /^MSWin/; our $GS = $on_windows ? "gswin32c" : "gs"; diff --git a/opt/epsnorm.pl b/opt/epsnorm.pl index f9f34b0..f9dd841 100755 --- a/opt/epsnorm.pl +++ b/opt/epsnorm.pl @@ -9,7 +9,7 @@ use strict; # http://melusine.eu.org/syracuse/G/git/?p=pst-anamorphosis.git git # ============================================================================== -our $windows_pstoedit = ''; +our $windows_pstoedit = 'chemin vers pstoedit.exe'; our $on_windows = $^O =~ /^MSWin/; our $GS = $on_windows ? "gswin32c" : "gs"; diff --git a/opt/psftopst b/opt/psftopst index 7cd5f51..e4e38da 100755 --- a/opt/psftopst +++ b/opt/psftopst @@ -9,7 +9,7 @@ use strict; # http://melusine.eu.org/syracuse/G/git/?p=pst-anamorphosis.git git # ============================================================================== -our $windows_pstoedit = ''; +our $windows_pstoedit = 'chemin vers pstoedit.exe'; our $on_windows = $^O =~ /^MSWin/; our $GS = $on_windows ? "gswin32c" : "gs"; diff --git a/opt/psftopst.pl b/opt/psftopst.pl index 7cd5f51..e4e38da 100755 --- a/opt/psftopst.pl +++ b/opt/psftopst.pl @@ -9,7 +9,7 @@ use strict; # http://melusine.eu.org/syracuse/G/git/?p=pst-anamorphosis.git git # ============================================================================== -our $windows_pstoedit = ''; +our $windows_pstoedit = 'chemin vers pstoedit.exe'; our $on_windows = $^O =~ /^MSWin/; our $GS = $on_windows ? "gswin32c" : "gs"; -- 2.20.1