41f19b8 Remove exec perms from /etc/rpm/macros.zzz-epel-override-cmake

Authored and Committed by tmz 3 years ago
    Remove exec perms from /etc/rpm/macros.zzz-epel-override-cmake
    
    When building, rpm warns and removes the unnecessary exec perms:
    
        *** WARNING: ./etc/rpm/macros.zzz-epel-override-cmake is executable
        but has empty or no shebang, removing executable bit
    
    Update the install command to avoid the warning.
    
        
file modified
+2 -1