From Fedora Project Wiki
(→Add / to end of directories: add example) |
m (→Add / to end of directories: Undo bold) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
==Add / to end of directories== | ==Add / to end of directories== | ||
Can someone please add | Can someone please add a trailing slash to <code>%dir</code> content so that it's more clear we're talking about directories? For example | ||
<pre> | <pre> |
Latest revision as of 14:51, 12 March 2014
Add / to end of directories
Can someone please add a trailing slash to %dir
content so that it's more clear we're talking about directories? For example
%dir %{_libdir}/foo-2/fu %dir %{_libdir}/foo-2/bar %{_libdir}/foo-2/fu/*.so %{_libdir}/foo-2/bar/config*
would read better as
%dir %{_libdir}/foo-2/fu/ %dir %{_libdir}/foo-2/bar/ %{_libdir}/foo-2/fu/*.so %{_libdir}/foo-2/bar/config*