Skip to content

Commit

Permalink
dunst.service -> org.knopwob.dunst.service
Browse files Browse the repository at this point in the history
  • Loading branch information
knopwob committed Jul 30, 2012
1 parent ed10295 commit decbdb6
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -36,7 +36,7 @@ dunst.1: README.pod
pod2man $< > $@

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

install: all
@echo installing executables to ${DESTDIR}${PREFIX}/bin
Expand All @@ -50,7 +50,7 @@ install: all
@mkdir -p "${DESTDIR}${PREFIX}/share/dunst"
@ cp -f dunstrc ${DESTDIR}${PREFIX}/share/dunst
@mkdir -p "${DESTDIR}${PREFIX}/share/dbus-1/services/"
@cp -vf dunst.service "${DESTDIR}${PREFIX}/share/dbus-1/services/dunst.service"
@cp -vf org.knopwob.dunst.service "${DESTDIR}${PREFIX}/share/dbus-1/services/org.knopwob.dunst.service"

uninstall:
@echo removing executables from ${DESTDIR}${PREFIX}/bin
Expand Down
File renamed without changes.

0 comments on commit decbdb6

Please sign in to comment.