From 02e49ab9ea5fdbc23eecb29e39f9b60b9717db17 Mon Sep 17 00:00:00 2001 From: Jim Krok Date: Sat, 27 Apr 2024 21:38:11 -0400 Subject: [PATCH] fix: update Makefile with correct paths (#1095) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 86917b87..19a77842 100644 --- a/Makefile +++ b/Makefile @@ -18,8 +18,8 @@ install: install -Dm644 "misc/steamtinkerlaunch.svg" -t "$(PREFIX)/share/icons/hicolor/scalable/apps" uninstall: - rm -rf "${PREFIX}/share/icons/hicolor/scalable/apps/misc/steamtinkerlaunch.svg" - rm -rf "${PREFIX}/share/applications/misc/steamtinkerlaunch.desktop" + rm -f "${PREFIX}/share/icons/hicolor/scalable/apps/steamtinkerlaunch.svg" + rm -f "${PREFIX}/share/applications/steamtinkerlaunch.desktop" rm -rf "${PREFIX}/share/doc/steamtinkerlaunch" rm -rf "${PREFIX}/share/steamtinkerlaunch"