summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid C. Rankin <drankinatty@suddenlinkmail.com>2014-01-27 22:34:17 +0100
committerSlávek Banko <slavek.banko@axis.cz>2014-01-27 22:49:38 +0100
commit55d10eedc1f7c565187b5a3219c8b99ed7d0a880 (patch)
treed0868771e7f80548daee836c27abfbd2ca2063ee
parent4f63e9fa709391d18019769f3d1463c3918a871d (diff)
downloadlibtqt-perl-55d10eed.tar.gz
libtqt-perl-55d10eed.zip
Fix FTBFS on build libsmoketqt
-rw-r--r--PerlTQt/Makefile.PL.in2
1 files changed, 1 insertions, 1 deletions
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