summaryrefslogtreecommitdiffstats
path: root/src/postgresql.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/postgresql.mk')
-rw-r--r--src/postgresql.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/postgresql.mk b/src/postgresql.mk
index 05c9c33..10aaa34 100644
--- a/src/postgresql.mk
+++ b/src/postgresql.mk
@@ -54,8 +54,8 @@ define $(PKG)_BUILD
$(MAKE) -C '$(1)'/src/interfaces/libpq -j '$(JOBS)' install haslibarule= shlib=
$(MAKE) -C '$(1)'/src/port -j '$(JOBS)' haslibarule= shlib=
$(MAKE) -C '$(1)'/src/bin/psql -j '$(JOBS)' install haslibarule= shlib=
- $(INSTALL) -m664 '$(1)/src/include/pg_config.h' '$(PREFIX)/$(TARGET)/include/'
- $(INSTALL) -m664 '$(1)/src/include/postgres_ext.h' '$(PREFIX)/$(TARGET)/include/'
+ $(INSTALL) -m644 '$(1)/src/include/pg_config.h' '$(PREFIX)/$(TARGET)/include/'
+ $(INSTALL) -m644 '$(1)/src/include/postgres_ext.h' '$(PREFIX)/$(TARGET)/include/'
# Build a native pg_config.
cd '$(1)' && $(call UNPACK_PKG_ARCHIVE,postgresql)
mv '$(1)/$(postgresql_SUBDIR)' '$(1).native'