From f5521c62ebee39c379738fcd6c8572deb8b21524 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 25 Feb 2020 08:53:50 +0200 Subject: Fix path in stage script --- stage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.1