]> git.pld-linux.org Git - packages/FHS.git/commitdiff
- fixed mann dir
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 30 Mar 2002 22:43:14 +0000 (22:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added manl dir (used by e.g. postgresql for SQL commands manuals)

Changed files:
    FHS.spec -> 1.46

FHS.spec

index df356a019ee9084a32b04f224cb28de9ca3a78c9..9d8da82e10cf262e0b2fd97342b9fe1568d76acd 100644 (file)
--- a/FHS.spec
+++ b/FHS.spec
@@ -73,9 +73,7 @@ for manp in man{1,2,3,4,5,6,7,8} ; do
                install -d $RPM_BUILD_ROOT%{_xmandir}/${mloc}/${manp}
        done
 done
-install -d $RPM_BUILD_ROOT%{_mandir}/man
-install -d $RPM_BUILD_ROOT%{_xmandir}/man
-
+install -d $RPM_BUILD_ROOT%{_mandir}/man{n,l}
 
 %clean
 cd $RPM_BUILD_ROOT
This page took 0.026766 seconds and 4 git commands to generate.