Closed audeoudh closed 4 years ago
Default of install is -m755, which is wrong for icons: it should be -m644.
install
-m755
-m644
Executable by default seems strange. Nice catch, thanks!
Default of
install
is-m755
, which is wrong for icons: it should be-m644
.