mirror of
https://abf.rosa.ru/djam/glibc33.git
synced 2025-02-24 02:02:56 +00:00
Fix path to hardlink
This commit is contained in:
parent
815a44fb5d
commit
f644fa513c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue