From: He Chenlan <210hcl@gmail.com> Date: Thu, 28 Jan 2021 13:53:52 +0000 (+0800) Subject: glibc install1 X-Git-Url: http://git.osdn.net/view?p=resuse%2Fspec.git;a=commitdiff_plain;h=3de265a6ff3a42dbe003686a270024ff9f0e2df7 glibc install1 --- diff --git a/glibc.spec b/glibc.spec index 18f5e62..afade76 100644 --- a/glibc.spec +++ b/glibc.spec @@ -132,3 +132,7 @@ make %{?_smp_mflags} check || { # Fail build if there where compilation errors during testsuite run test -f tests.sum } + +%install +# Install base glibc +make %{?_smp_mflags} install_root=%{buildroot} install -C build