Skip to content

Commit 214901d

Browse files
fix(postgis): remove confusing leading / character for system path (#100)
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com> Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com> Co-authored-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
1 parent 9949059 commit 214901d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

postgis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ You should see `postgis`, `postgis_raster` (and so on) listed among the installe
7575

7676
### 4. Verify OS dependencies are properly satisfied
7777

78-
PostGIS requires several OS dependencies that are being provided via the `/system` directory.
78+
PostGIS requires several OS dependencies that are being provided via the `system` directory.
7979
CloudNativePG makes them available to PostgreSQL by adding the directory to LD_LIBRARY_PATH for the PostgreSQL process.
8080

8181
To verify that all PostGIS shared libraries requirements are being properly satisfied,

postgis/metadata.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata = {
55
shared_preload_libraries = []
66
extension_control_path = []
77
dynamic_library_path = []
8-
ld_library_path = ["/system"]
8+
ld_library_path = ["system"]
99
auto_update_os_libs = true
1010
required_extensions = []
1111

0 commit comments

Comments
 (0)