Skip to content

Commit

Permalink
Fix wording in Makefile (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 authored May 13, 2024
1 parent 4b24eda commit d821daa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PREFIX ?= /usr/local
all:

install:
# Install the main script
# Install scripts
install -Dm 755 "src/script/${pkgname}.sh" "${DESTDIR}${PREFIX}/bin/${pkgname}"
install -Dm 755 "src/script/${pkgname}-tray.py" "${DESTDIR}${PREFIX}/bin/${pkgname}-tray"

Expand Down Expand Up @@ -55,7 +55,7 @@ install:
install -Dm 644 "res/config/${pkgname}.conf.example" "${DESTDIR}${PREFIX}/share/doc/${pkgname}/${pkgname}.conf.example"

uninstall:
# Delete the main script
# Delete scripts
rm -f "${DESTDIR}${PREFIX}/bin/${pkgname}"
rm -f "${DESTDIR}${PREFIX}/bin/${pkgname}-tray"

Expand Down

0 comments on commit d821daa

Please sign in to comment.