]> git.pld-linux.org Git - packages/man-pages.git/commitdiff
- fixed build; forgotten: release 3
authorankry <ankry@pld-linux.org>
Sat, 5 Jan 2002 12:45:29 +0000 (12:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    man-pages.spec -> 1.75

man-pages.spec

index 36d2b040746649f951a03fb44f92131a2abe1d84..1b8300fc1ed0b11824855f684382d337aa2e20ed 100644 (file)
@@ -291,7 +291,7 @@ for n in man{1,2,3,4,5,6,7,8}/*; do
        if [ -f ko/$n ]; then
                install ko/$n $RPM_BUILD_ROOT%{_mandir}/ko/$n
        fi
-       if [ -f nl/$n ]; then
+       if [ -f manpages-nl-%{nl_version}/$n ]; then
                install nl/$n $RPM_BUILD_ROOT%{_mandir}/nl/$n
        fi
        if [ -f pl_PL/$n ]; then
This page took 0.068846 seconds and 4 git commands to generate.