Fix path to hardlink

This commit is contained in:
survolog (Andrey Grigorev) 2023-12-25 11:42:33 +03:00
parent 815a44fb5d
commit f644fa513c

View file

@ -147,7 +147,7 @@ Summary: The GNU libc libraries
Name: %{cross_prefix}%{oname}
Epoch: 6
Version: 2.38
#Source0: http://ftp.gnu.org/gnu/glibc/%{oname}-%{version}.tar.xz
#Source0: http://ftp.gnu.org/gnu/glibc/%%{oname}-%%{version}.tar.xz
# use ./upd.sh to make a tarball and automatically update Release
Source0: glibc-%{commit}.tar.xz
Release: 1.git%{commit_short}.2
@ -1905,7 +1905,7 @@ install -c -m 755 %{SOURCE1001} %{SOURCE1002} %{buildroot}%{_bindir}/
install -c -m 644 %{SOURCE1003} -D %{buildroot}%{_sysconfdir}/sysconfig/locales
# Hardlink identical locales
%{_sbindir}/hardlink -qc %{buildroot}%{_datadir}/locale
%{_bindir}/hardlink -qc %{buildroot}%{_datadir}/locale
# Symlink identical files
# TODO