glibc: fix symbolic libnss_files for systemd hook
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
b98cc430c7
commit
8edd89acc5
@ -7,7 +7,7 @@
|
||||
pkgbase=glibc
|
||||
pkgname=(glibc lib32-glibc)
|
||||
pkgver=2.34
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=(x86_64)
|
||||
url='https://www.gnu.org/software/libc'
|
||||
license=(GPL LGPL)
|
||||
@ -190,6 +190,8 @@ package_glibc() {
|
||||
|
||||
# Provided by libxcrypt; keep the old shared library for backwards compatibility
|
||||
rm -f "$pkgdir"/usr/include/crypt.h "$pkgdir"/usr/lib/libcrypt.{a,so}
|
||||
|
||||
ln -sr "$pkgdir"/usr/lib/libnss_files.so.2 "$pkgdir"/usr/lib/libnss_files.so
|
||||
}
|
||||
|
||||
package_lib32-glibc() {
|
||||
|
Loading…
Reference in New Issue
Block a user