index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-15 17:39:47 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-15 17:39:47 +0100 |
commit | ed8e05f068b95ebc74f1e1d2671d82b90ea6b1e2 (patch) | |
tree | 4b30f829dd81db976e12b18d390269d038c84695 /community/postgrest/PKGBUILD | |
parent | 04e344a2740abcb21273265bafc67df427407bae (diff) |
-rw-r--r-- | community/postgrest/PKGBUILD | 9 |
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 + ' +)" |