aboutsummaryrefslogtreecommitdiffstats
path: root/databases/firebird/pkg-install
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-11-30 02:00:12 +0800
committerpetef <petef@FreeBSD.org>2001-11-30 02:00:12 +0800
commit49a19c5515e6aae440dc15995569d36ac76e9f2e (patch)
tree26de5d68969760f3fdae3462d97cc3285d529b00 /databases/firebird/pkg-install
parentd3fadf1b5d59d247ccb4169d53c51adc6b82cf8e (diff)
downloadfreebsd-ports-gnome-49a19c5515e6aae440dc15995569d36ac76e9f2e.tar.gz
freebsd-ports-gnome-49a19c5515e6aae440dc15995569d36ac76e9f2e.tar.zst
freebsd-ports-gnome-49a19c5515e6aae440dc15995569d36ac76e9f2e.zip
Fix ownership and permissions on shlibs to make ldconfig happy.
PR: 31871 Submitted by: Sergey Skvortsov <skv@protey.ru>
Diffstat (limited to 'databases/firebird/pkg-install')
-rw-r--r--databases/firebird/pkg-install4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/firebird/pkg-install b/databases/firebird/pkg-install
index c40e25e88ffc..61c651df083e 100644
--- a/databases/firebird/pkg-install
+++ b/databases/firebird/pkg-install
@@ -73,6 +73,10 @@ EOF
elif [ "$2" = "POST-INSTALL" ]; then
chown -R firebird:firebird $PKG_PREFIX/firebird
+# make lib ldconfig-compatible
+chown -R root:wheel $PKG_PREFIX/firebird/lib
+chmod -R g-w $PKG_PREFIX/firebird/lib
+
# Turn everybody to read only.
chmod -R o=r $PKG_PREFIX/firebird