aboutsummaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2014-01-20 00:31:47 +0100
committerJoerg Bornkessel <hd_brummy@gentoo.org>2014-01-20 00:31:47 +0100
commita14ff8e6c024b58fbeb80217771bfbbda27e2de0 (patch)
tree808b913c68d10a7c0c569eb3be3ec0dbb9ac812b /usr
parentadded Makefiles for systemd relevanted files; systemd handling in main Makefi... (diff)
downloadgentoo-vdr-scripts-a14ff8e6c024b58fbeb80217771bfbbda27e2de0.tar.gz
gentoo-vdr-scripts-a14ff8e6c024b58fbeb80217771bfbbda27e2de0.tar.bz2
gentoo-vdr-scripts-a14ff8e6c024b58fbeb80217771bfbbda27e2de0.zip
typo
Diffstat (limited to 'usr')
-rw-r--r--usr/lib/systemd/system/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/lib/systemd/system/Makefile b/usr/lib/systemd/system/Makefile
index 6185517..22e4d71 100644
--- a/usr/lib/systemd/system/Makefile
+++ b/usr/lib/systemd/system/Makefile
@@ -11,6 +11,6 @@ all:
install:
@install -m 0755 -o root -g root -d $(MYDIR)
- @install -m 0644 -o root -g root $(CONDS) $(MYDIR)
+ @install -m 0644 -o root -g root $(CONFS) $(MYDIR)
.PHONY: all install