Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] motion: config file location
@ 2018-03-08 14:15 Christopher McCrory
  2018-04-01 20:09 ` Thomas Petazzoni
  2018-04-08 15:10 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Christopher McCrory @ 2018-03-08 14:15 UTC (permalink / raw)
  To: buildroot

Install the motion.config file were the program expects it to be.

Signed-off-by: Christopher McCrory <chrismcc@gmail.com>
---
 package/motion/motion.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/motion/motion.mk b/package/motion/motion.mk
index 2ba16fc837..0f4898674b 100644
--- a/package/motion/motion.mk
+++ b/package/motion/motion.mk
@@ -59,7 +59,7 @@ endif
 # directories: docs, examples and init scripts
 define MOTION_INSTALL_TARGET_CMDS
 	$(INSTALL) -D -m 0644 $(@D)/motion-dist.conf \
-		$(TARGET_DIR)/etc/motion.conf
+		$(TARGET_DIR)/etc/motion/motion.conf
 	$(INSTALL) -D -m 0755 $(@D)/motion $(TARGET_DIR)/usr/bin/motion
 endef
 
-- 
2.14.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-04-08 15:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-08 14:15 [Buildroot] [PATCH 1/1] motion: config file location Christopher McCrory
2018-04-01 20:09 ` Thomas Petazzoni
2018-04-08 15:10 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox