Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit ed92832

Browse files
committed
Change ownership of symlink.
1 parent e8b22b0 commit ed92832

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packaging/rpm/el/SPECS/cloudberry-db.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ ln -sfn %{cloudberry_install_dir}-%{version} %{buildroot}%{cloudberry_install_di
122122
# Change ownership to gpadmin.gpadmin if the gpadmin user exists
123123
if id "gpadmin" &>/dev/null; then
124124
chown -R gpadmin:gpadmin %{cloudberry_install_dir}-%{version}
125+
chown gpadmin:gpadmin %{cloudberry_install_dir}
125126
fi
126127

127128
%postun

0 commit comments

Comments
 (0)