diff options
| author | ruki <[email protected]> | 2020-12-07 22:40:32 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-12-07 22:40:32 +0800 |
| commit | df5f8dca04826108b3129375b88f7cadddd09cba (patch) | |
| tree | ac2fb7045332e6fcc3319c9bc6d072fd2e8c1239 /scripts | |
| parent | 08e137a93535d934090f257d543c11e329b427f1 (diff) | |
fix xmake.spec
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/rpmbuild/SPECS/xmake.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rpmbuild/SPECS/xmake.spec b/scripts/rpmbuild/SPECS/xmake.spec index 11a09bedf..5dce75406 100644 --- a/scripts/rpmbuild/SPECS/xmake.spec +++ b/scripts/rpmbuild/SPECS/xmake.spec @@ -72,7 +72,7 @@ chmod 755 %{buildroot}%{_bindir}/%{name} cp -p README.md %{buildroot}%{_datadir} cp -p LICENSE.md %{buildroot}%{_datadir} cp -p scripts/xrepo.sh %{buildroot}%{_bindir}/xrepo -chmod 777 %{buildroot}%{_bindir}/xrepo +chmod 755 %{buildroot}%{_bindir}/xrepo %check %{buildroot}%{_bindir}/%{name} --version |
