summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0e258ed35b6..70c87f53bdb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -110,7 +110,7 @@ _postgres_check() {
}
check() {
- cd postgresql-${pkgver}
+ cd postgresql
_postgres_check check
_postgres_check check-world
}