diff options
Diffstat (limited to 'math/algotutor/files/patch-algotutor')
-rw-r--r-- | math/algotutor/files/patch-algotutor | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/algotutor/files/patch-algotutor b/math/algotutor/files/patch-algotutor index 7eda362ab7de..a12946b54e00 100644 --- a/math/algotutor/files/patch-algotutor +++ b/math/algotutor/files/patch-algotutor @@ -5,7 +5,7 @@ use strict; use Getopt::Std; -use lib '/usr/share/perl5/algotutor'; -+use lib '!!PREFIX!!/lib/perl5/site_perl/!!PERL_VER!!/algotutor'; ++use lib '!!SITE_PERL!!/algotutor'; BEGIN { my ($path) = $0 =~ m#(.*/)#; |