summarylogtreecommitdiffstats
path: root/perl-module.patch
blob: da66edb728aa022c9e101c1ee2b9e782c331bd78 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- perl-module/Makefile.PL.orig	2017-07-07 15:02:34.054187220 +0200
+++ perl-module/Makefile.PL	2017-07-07 15:02:54.420853430 +0200
@@ -4,7 +4,7 @@
 # the contents of the Makefile that is written.
 
 
-do 'pspp-module-config' || do {
+do './pspp-module-config' || do {
     my $build = prompt ("Enter the location of the build directory of the configured pspp source:", "" );
     my $src = $top_srcdir;