Fix FTBFS on build libsmoketqt

bug/266/move-to-usr
David C. Rankin 11 years ago committed by Slávek Banko
parent 4f63e9fa70
commit 55d10eedc1

@ -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

Loading…
Cancel
Save