6b6d374 simplify install commands

Authored and Committed by tmz 2 years ago
1 file changed. 6 lines added. 5 lines removed.
    simplify install commands
    
    Use `install -D` to create /etc/httpd/conf.d and install the cgit.conf
    in one command instead of two.  Add %{httpdconfd} to keep this short.
    
    Replace `install -d` with `mkdir` for simple directory creation.
    
        
file modified
+6 -5