From d53da792de71e9b4cb8966963f8f776d7b55ad7d Mon Sep 17 00:00:00 2001 From: openeuler-basic Date: Wed, 1 Jan 2020 01:41:39 +0800 Subject: [PATCH] modify spec --- nss.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nss.spec b/nss.spec index 33a1262..4772107 100644 --- a/nss.spec +++ b/nss.spec @@ -395,10 +395,6 @@ install -p -m 755 ./dist/pkgconfig/setup-nsssysinit.sh $RPM_BUILD_ROOT/%{_bindir # install a symbolic link to it, without the ".sh" suffix, ln -r -s -f $RPM_BUILD_ROOT/%{_bindir}/setup-nsssysinit.sh $RPM_BUILD_ROOT/%{_bindir}/setup-nsssysinit -# Copy the man pages for scripts -for f in nss-config setup-nsssysinit; do - install -c -m 644 ${f}.1 $RPM_BUILD_ROOT%{_mandir}/man1/${f}.1 -done # Copy the man pages for the nss tools for f in "%{allTools}"; do install -c -m 644 ./dist/docs/nroff/${f}.1 $RPM_BUILD_ROOT%{_mandir}/man1/${f}.1 -- Gitee