diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-02-25 08:53:50 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-02-25 08:53:50 +0200 |
commit | f5521c62ebee39c379738fcd6c8572deb8b21524 (patch) | |
tree | 10742d505aaaeee709e341bc1b6269f236cec50c | |
parent | d7a6018dfead5e6e62f9fe316f7d2330caea18bd (diff) |
Fix path in stage script
-rwxr-xr-x | stage | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -265,7 +265,7 @@ etc/stage-pkg -c $mode -d cli ../cli/cli # etc/stage-pkg -c $mode -d libapr packaging/libapr/libapr1 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 postgresql packaging/postgresql/postgresql/libpq etc/stage-pkg -c $mode -d sqlite \ packaging/sqlite/sqlite/libsqlite3 \ |