Skip to content

Commit

Permalink
Use BINDIR in Makefile install rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Miciah authored and Hummer12007 committed Sep 23, 2017
1 parent 5c6ea40 commit b71a36b
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 @@ -16,8 +16,8 @@ MODE = ${MODE_${INSTALL_UDEV_RULES}}
all: brightnessctl

install: brightnessctl ${INSTALL_UDEV_${INSTALL_UDEV_RULES}}
install -d ${DESTDIR}${PREFIX}/bin
install -m ${MODE} brightnessctl ${DESTDIR}${PREFIX}/bin/
install -d ${BINDIR}
install -m ${MODE} brightnessctl ${BINDIR}/

install_udev_rules:
install -d ${DESTDIR}${UDEVDIR}
Expand Down

0 comments on commit b71a36b

Please sign in to comment.