summarylogtreecommitdiffstats
path: root/perl-module.patch
diff options
context:
space:
mode:
Diffstat (limited to 'perl-module.patch')
-rw-r--r--perl-module.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/perl-module.patch b/perl-module.patch
new file mode 100644
index 000000000000..da66edb728aa
--- /dev/null
+++ b/perl-module.patch
@@ -0,0 +1,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;
+