diff options
author | David C. Rankin <drankinatty@suddenlinkmail.com> | 2014-01-27 22:34:17 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-01-27 22:49:38 +0100 |
commit | 55d10eedc1f7c565187b5a3219c8b99ed7d0a880 (patch) | |
tree | d0868771e7f80548daee836c27abfbd2ca2063ee /PerlTQt | |
parent | 4f63e9fa709391d18019769f3d1463c3918a871d (diff) | |
download | libtqt-perl-55d10eedc1f7c565187b5a3219c8b99ed7d0a880.tar.gz libtqt-perl-55d10eedc1f7c565187b5a3219c8b99ed7d0a880.zip |
Fix FTBFS on build libsmoketqt
Diffstat (limited to 'PerlTQt')
-rw-r--r-- | PerlTQt/Makefile.PL.in | 2 |
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 |