]> git.pld-linux.org Git - packages/ytalk.git/commitdiff
- fixed path to man in make install
authormarcus <marcus@pld-linux.org>
Wed, 5 Jun 2002 19:24:40 +0000 (19:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ytalk.spec -> 1.31

ytalk.spec

index 937c51db62dea3f2664f4131d9663dc328d0b608..81811db10e0f70aab2fd381324e9036f4ac1fdaf 100644 (file)
@@ -78,8 +78,8 @@ CFLAGS="%{rpmcflags}" LDFLAGS="%{rpmldflags}" \
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        prefix=$RPM_BUILD_ROOT%{_prefix} \
-       sysconfdir=$RPM_BUILD_ROOT%{_sysconfdir}
-
+       sysconfdir=$RPM_BUILD_ROOT%{_sysconfdir} \
+       mandir=$RPM_BUILD_ROOT%{_mandir}
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.083797 seconds and 4 git commands to generate.