]> git.pld-linux.org Git - packages/nmh.git/commitdiff
- corrected files section (_libdir -> _nmhlibdir)
authorfreetz <freetz@pld-linux.org>
Sun, 20 Jul 2003 23:32:44 +0000 (23:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nmh.spec -> 1.24

nmh.spec

index d4affa45dcffae68d94b08999bbad1fe33177bf3..8746a9ee87c9cf632d704305bee741334a69e1b9 100644 (file)
--- a/nmh.spec
+++ b/nmh.spec
@@ -98,9 +98,9 @@ fi
 %files
 %defattr(644,root,root,755)
 %doc COPYRIGHT DIFFERENCES FAQ MAIL.FILTERING README TODO VERSION
-%dir %{_libdir}
+%dir %{_nmhlibdir}
 %dir %{_sysconfdir}
 %config %{_sysconfdir}/*
 %attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/*
+%attr(755,root,root) %{_nmhlibdir}/*
 %{_mandir}/*/*
This page took 0.024459 seconds and 4 git commands to generate.