add who for backward compat with selinux

This commit is contained in:
Alexander Stefanov 2019-08-19 21:34:18 +00:00
parent 2cfef344c4
commit 8b22777e33

View file

@ -209,6 +209,10 @@ for f in cut env expr tac true; do
ln -s /bin/$f %{buildroot}%{_bindir}/$f
done
for f in who; do
ln -s /usr/bin/$f %{buildroot}/bin/$f
done
install -p -m644 src/dircolors.hin -D %{buildroot}%{_sysconfdir}/DIR_COLORS
install -p -m644 %{SOURCE2} -D %{buildroot}%{_sysconfdir}/DIR_COLORS.256color
install -p -m644 %{SOURCE3} -D %{buildroot}%{_sysconfdir}/profile.d/90_colorls.sh