From 11894bcd780ff0134b142c34c8c7fbf421c4d921 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Wed, 22 Jan 2014 14:46:19 +0000 Subject: yarns: install misc files in /etc, not /usr/etc --- yarns/implementations.yarn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1