Skip to content

Commit

Permalink
fix typo in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hertg committed Aug 2, 2020
1 parent 4b55583 commit 4ae0d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install:
gzip ${DESTDIR}${MANDIR}/egpu-switcher.1

uninstall:
rm -fsudo ${DESTDIR}${BINDIR}/egpu-switcher
rm -f ${DESTDIR}${BINDIR}/egpu-switcher
rm -rfd ${DESTDIR}${SHAREDIR}/egpu-switcher
rm -f ${DESTDIR}${MANDIR}/egpu-switcher.1*

0 comments on commit 4ae0d5d

Please sign in to comment.