package init

This commit is contained in:
lyn1001 2020-08-19 16:49:06 +08:00
parent f834a9e727
commit fd1fbc36f5

View File

@ -38,8 +38,8 @@ mkdir -p %{buildroot}%{_bindir}
cp -a .%{_bindir}/* \
%{buildroot}%{_bindir}/
mkdir -p %{buildroot}%{_mandir}/man1
mv %{SOURCE1} %{buildroot}%{_mandir}/man1
mv %{SOURCE2} %{buildroot}%{_mandir}/man1
cp %{SOURCE1} %{buildroot}%{_mandir}/man1
cp %{SOURCE2} %{buildroot}%{_mandir}/man1
find %{buildroot}%{gem_instdir}/bin -type f | xargs chmod a+x
%check