From cf2cf27336494f4a41fd6f76190b2027d9bb0272 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Mon, 24 Oct 2022 19:20:03 +0200 Subject: [Build] Fix icon install path for makefile. fixes: #1733 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 75a6270a..24e5526a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -626,7 +626,7 @@ coverage-clean: .PHONY: .FORCE .FORCE: -icondir=$(datadir)/icons/hicolor/apps/ +icondir=$(datadir)/icons/hicolor/scalable/apps/ icon_DATA=\ data/rofi.svg -- cgit v1.2.3