summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-02-25 08:53:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-02-25 08:53:50 +0200
commitf5521c62ebee39c379738fcd6c8572deb8b21524 (patch)
tree10742d505aaaeee709e341bc1b6269f236cec50c
parentd7a6018dfead5e6e62f9fe316f7d2330caea18bd (diff)
Fix path in stage script
-rwxr-xr-xstage2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage b/stage
index 49a65ab..8d7da10 100755
--- a/stage
+++ b/stage
@@ -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 \