Skip to content
This repository has been archived by the owner on Jan 5, 2018. It is now read-only.

Commit

Permalink
make script executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Unia committed Nov 22, 2013
1 parent 7cb3aa1 commit 6166c5b
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 @@ -15,7 +15,7 @@ ${PROG}: ${PROG}.c ${PROG}.h

install:
install -Dm755 ${PROG} ${DESTDIR}${BINPREFIX}/${PROG}
install -Dm644 ${PROG}.sh ${DESTDIR}/usr/lib/systemd/system-sleep/${PROG}.sh
install -Dm755 ${PROG}.sh ${DESTDIR}/usr/lib/systemd/system-sleep/${PROG}.sh

uninstall:
rm -f ${BINPREFIX}/${PROG}
Expand Down

0 comments on commit 6166c5b

Please sign in to comment.