mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
check sqlite-autoconf-version directory too
This commit is contained in:
parent
9233378179
commit
ebd86bc344
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ print("done\n");
|
|||
|
||||
rm_rf('sqlite') || rm_rf("sqlite-$version_dotty") || rm_rf("sqlite-amalgamation-$version_dotty");
|
||||
xsystem("tar zxvf sqlite.tar.gz");
|
||||
chdir("sqlite") || chdir("sqlite-$version_dotty") || chdir("sqlite-amalgamation-$version_dotty") || die "SQLite directory not found";
|
||||
chdir("sqlite") || chdir("sqlite-$version_dotty") || chdir("sqlite-amalgamation-$version_dotty") || chdir("sqlite-autoconf-$version") || die "SQLite directory not found";
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue