summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-01-22 14:46:19 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-01-22 14:50:11 +0000
commit11894bcd780ff0134b142c34c8c7fbf421c4d921 (patch)
treeec2717a139aa7449d2f9c894289d0cbf5fafa83e
parent28196991ede6bd5ed561fc7dc4a2b0084019df19 (diff)
downloadmorph-11894bcd780ff0134b142c34c8c7fbf421c4d921.tar.gz
yarns: install misc files in /etc, not /usr/etc
-rw-r--r--yarns/implementations.yarn2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index 5b9b39df..89f30c3e 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -238,7 +238,7 @@ another to hold a chunk.
- |
for cfgfile in test.conf README; do
- install -D -m 644 /dev/null "$DESTDIR/$PREFIX/etc/test.d/$cfgfile"
+ install -D -m 644 /dev/null "$DESTDIR/etc/test.d/$cfgfile"
done
EOF