Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Commit e419af0

Browse files
authored
fix: Fix typo in Makefile (#73)
1 parent e1f30fe commit e419af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ install-rootless:
2020

2121
uninstall:
2222
rm -f "${DESTDIR}${PREFIX}/bin/${pkgname}"
23-
rm -r "${DESTDIR}${PREFIX}/share/icons/hicolor/scalable/apps/${pkgname}.svg"
23+
rm -f "${DESTDIR}${PREFIX}/share/icons/hicolor/scalable/apps/${pkgname}.svg"
2424
rm -f "${DESTDIR}${PREFIX}/share/applications/${pkgname}.desktop"
2525
rm -rf "${DESTDIR}${PREFIX}/share/doc/${pkgname}/"

0 commit comments

Comments
 (0)