From Fedora Project Wiki

 
(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 an ending slash to %dir content so that it's more clear we're talking about directories? For example
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*

--Axilleas (talk) 14:49, 12 March 2014 (UTC)