diff options
-rw-r--r-- | community/postgrest/PKGBUILD | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/community/postgrest/PKGBUILD b/community/postgrest/PKGBUILD new file mode 100644 index 00000000..dfb0c7c6 --- /dev/null +++ b/community/postgrest/PKGBUILD @@ -0,0 +1,9 @@ +# See FS32#28, problems running the postgresql server with pifpaf and +# running system tests against it. + +eval "$( + declare -f check | \ + sed ' + /cd/ i return + ' +)" |