diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-03-12 12:38:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-03-12 12:38:57 +0200 |
commit | 8b52e0af8766c18e0d2a072e470733f15e9530e1 (patch) | |
tree | a457cf867325a287580875e581301e247fe45d9e | |
parent | 7d39cd986637ee09112490dca26d6be39bc04326 (diff) |
Update stage script with new sqlite repository
-rwxr-xr-x | stage | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -257,8 +257,8 @@ etc/stage-pkg -c $mode -d libapreq packaging/libapreq/libapreq2 etc/stage-pkg -c $mode -d postgresql packaging/postgresql/libpq etc/stage-pkg -c $mode -d sqlite \ - packaging/sqlite/libsqlite3 \ - packaging/sqlite/sqlite3 + packaging/sqlite/sqlite/libsqlite3 \ + packaging/sqlite/sqlite/sqlite3 etc/stage-pkg -c $mode -d pkgconf packaging/pkgconf/libpkgconf |