Skip to content

Commit

Permalink
Makefile: indent
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Sep 7, 2023
1 parent f2a3640 commit ea495d5
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 @@ -7,7 +7,7 @@ all: start-stop-daemon
install: all
mkdir -p ${DESTDIR}${PREFIX}/sbin
mkdir -p ${DESTDIR}${MANPREFIX}/man8
cp -f start-stop-daemon ${DESTDIR}${PREFIX}/sbin/
cp -f start-stop-daemon ${DESTDIR}${PREFIX}/sbin/
sed "s/@VERSION@/${VERSION}/" start-stop-daemon.8 > \
${DESTDIR}${MANPREFIX}/man8/start-stop-daemon.8
chmod 0755 ${DESTDIR}${PREFIX}/sbin/start-stop-daemon
Expand Down

0 comments on commit ea495d5

Please sign in to comment.