diff --git a/Makefile b/Makefile index ac2843cec..7e95a562c 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/contrib/dunst.systemd.service.in b/dunst.systemd.service.in similarity index 100% rename from contrib/dunst.systemd.service.in rename to dunst.systemd.service.in