diff options
| -rw-r--r-- | hello_cangjie_eur.spec | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/hello_cangjie_eur.spec b/hello_cangjie_eur.spec index c80134c..3683aab 100644 --- a/hello_cangjie_eur.spec +++ b/hello_cangjie_eur.spec @@ -1,6 +1,6 @@  Name:           hello-cangjie-eur  Version:        0.0.8 -Release:        9%{?dist} +Release:        10%{?dist}  Summary:        Cangjie Eur demo.  License:        MIT  Source:         https://github.com/stevending1st/%{name}/archive/refs/tags/v%{version}.tar.gz @@ -77,6 +77,7 @@ fi  tar xvf Cangjie-0.53.13-linux.tar.gz  rm -rf Cangjie-0.53.13-linux.tar.gz  chmod 0755 %{_libdir}/cangjie/envsetup.sh +chown root:root %{_libdir}/cangjie/envsetup.sh  for user_dir in /home/*  do | 
