mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-12 07:04:39 +08:00
13 lines
435 B
Plaintext
13 lines
435 B
Plaintext
touch /etc/ld.so.conf
|
|
sed '/test-installation/s@$(PERL)@echo not running@' -i ../Makefile
|
|
|
|
make install
|
|
cp -v ../nscd/nscd.conf /etc/nscd.conf
|
|
mkdir -pv /var/cache/nscd
|
|
|
|
install -v -Dm644 ../nscd/nscd.tmpfiles /usr/lib/tmpfiles.d/nscd.conf
|
|
install -v -Dm644 ../nscd/nscd.service /lib/systemd/system/nscd.service
|
|
|
|
mkdir -pv /usr/lib/locale
|
|
localedef -i POSIX -f UTF-8 C.UTF-8 2> /dev/null || true
|
|
localedef -i en_US -f UTF-8 en_US.UTF-8 |