Skip to content

Commit

Permalink
Makefile: rm package version from man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Sep 11, 2023
1 parent 9e41e87 commit b552a16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ install: all
mkdir -p ${DESTDIR}${PREFIX}/sbin
mkdir -p ${DESTDIR}${MANPREFIX}/man8
cp -f start-stop-daemon ${DESTDIR}${PREFIX}/sbin/
sed "s/^\.Os/.Os ${NAME} ${VERSION}/" start-stop-daemon.8 \
> ${DESTDIR}${MANPREFIX}/man8/start-stop-daemon.8
cp -f start-stop-daemon.8 ${DESTDIR}${MANPREFIX}/man8/
chmod 0755 ${DESTDIR}${PREFIX}/sbin/start-stop-daemon
chmod 0644 ${DESTDIR}${MANPREFIX}/man8/start-stop-daemon.8

Expand Down

0 comments on commit b552a16

Please sign in to comment.