From 3c6c943c7f549984698bc281784fa93cc0f485ae Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 6 Jun 2017 20:38:33 +0200 Subject: install feh icons with the correct permissions (644) (closes #301) --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7fd5c67..5d369bc 100644 --- a/Makefile +++ b/Makefile @@ -77,9 +77,11 @@ install-icon: @echo installing icon to ${48_icon_dir} @mkdir -p ${48_icon_dir} @cp share/images/feh.png ${48_icon_dir} + @chmod 644 ${48_icon_dir}/feh.png @echo installing icon to ${scalable_icon_dir} @mkdir -p ${scalable_icon_dir} @cp share/images/feh.svg ${scalable_icon_dir} + @chmod 644 ${scalable_icon_dir}/feh.svg @if test "${app}" = 1 && which gtk-update-icon-cache > /dev/null 2>&1; then \ gtk-update-icon-cache ${icon_dir}; \ fi -- cgit v1.2.3