aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2014-08-17 04:16:39 +0200
committerJon Lund Steffensen <jonlst@gmail.com>2014-08-17 04:16:39 +0200
commit1b4d4e94e1d0da75ca85138a45599951dd591687 (patch)
tree3308d11c6b539c0a0cc318591242253f878c8593
parentMake desktop file translatable (diff)
parentFix building systemd unit files (diff)
downloadredshift-ng-1b4d4e94e1d0da75ca85138a45599951dd591687.tar.gz
redshift-ng-1b4d4e94e1d0da75ca85138a45599951dd591687.tar.bz2
redshift-ng-1b4d4e94e1d0da75ca85138a45599951dd591687.tar.xz
Merge pull request #92 from jonls/fix-91-makerule
Fix building systemd unit files
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2743f62..b11144a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -81,7 +81,7 @@ endif
$(systemduserunit_DATA): $(SYSTEMD_USER_UNIT_IN_FILES) Makefile
$(AM_V_GEN)$(MKDIR_P) $(@D) && \
- sed -e "s|\@bindir\@|$(bindir)|g" $< > $@
+ sed -e "s|\@bindir\@|$(bindir)|g" "$(srcdir)/$(@:.service=.service.in)" > $@