From ae63aa334a157f32703920886f8f750297cbe62b Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 14 May 2024 17:22:59 +0800 Subject: [PATCH] fix: rpm file permission by habegit (#128) --- build/resources/rpm/SPECS/build.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/resources/rpm/SPECS/build.spec b/build/resources/rpm/SPECS/build.spec index 2e6875a6..6025acac 100644 --- a/build/resources/rpm/SPECS/build.spec +++ b/build/resources/rpm/SPECS/build.spec @@ -24,7 +24,7 @@ chmod 755 -R $RPM_BUILD_ROOT %files /opt -/usr/bin +%attr(555,root,root)/usr/bin /usr/share %changelog