Skip to content

Commit

Permalink
Move systemd service file to the root directory
Browse files Browse the repository at this point in the history
Since the systemd service is installed by default and officially
supported there is no reason for it to be in the contrib directory.
  • Loading branch information
tsipinakis committed Jul 8, 2017
1 parent b2a6dbd commit abc5436
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -49,7 +49,7 @@ docs/dunst.1: docs/dunst.pod

service:
@sed "s|##PREFIX##|$(PREFIX)|" org.knopwob.dunst.service.in > org.knopwob.dunst.service
@sed "s|##PREFIX##|$(PREFIX)|" contrib/dunst.systemd.service.in > dunst.systemd.service
@sed "s|##PREFIX##|$(PREFIX)|" dunst.systemd.service.in > dunst.systemd.service

install-dunst: dunst doc
mkdir -p ${DESTDIR}${PREFIX}/bin
Expand Down
File renamed without changes.

0 comments on commit abc5436

Please sign in to comment.