From 55d10eedc1f7c565187b5a3219c8b99ed7d0a880 Mon Sep 17 00:00:00 2001 From: "David C. Rankin" Date: Mon, 27 Jan 2014 22:34:17 +0100 Subject: [PATCH] Fix FTBFS on build libsmoketqt --- PerlTQt/Makefile.PL.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PerlTQt/Makefile.PL.in b/PerlTQt/Makefile.PL.in index bcf72af..d1867d5 100644 --- a/PerlTQt/Makefile.PL.in +++ b/PerlTQt/Makefile.PL.in @@ -74,7 +74,7 @@ my $pwd = getcwd; my @pwd = File::Spec->splitdir( $pwd ); pop @pwd; my $abs_topdir = File::Spec->catdir(@pwd); -my $localsmoke = File::Spec->catdir($abs_topdir,"smoke","qt",".libs"); +my $localsmoke = File::Spec->catdir($abs_topdir,"smoke","tqt",".libs"); # See lib/ExtUtils/MakeMaker.pm for details of how to influence