From: Lukasz Sanocki <sanlu@pkim.org>
Date: Tue, 28 Sep 2021 11:58:56 +0200
Subject: Fix location of fifos

---
 GUI/xephem/tools/lx200xed/lx200xed.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/GUI/xephem/tools/lx200xed/lx200xed.c b/GUI/xephem/tools/lx200xed/lx200xed.c
index 585dfae..d8484e0 100644
--- a/GUI/xephem/tools/lx200xed/lx200xed.c
+++ b/GUI/xephem/tools/lx200xed/lx200xed.c
@@ -24,8 +24,8 @@
 
 #define _POSIX_SOURCE 1
 
-#define GOTOFIFO_NAME   "/usr/local/xephem/fifos/xephem_loc_fifo"
-#define MARKFIFO_NAME	"/usr/local/xephem/fifos/xephem_in_fifo"
+#define GOTOFIFO_NAME   "/usr/share/xephem/fifos/xephem_loc_fifo"
+#define MARKFIFO_NAME	"/usr/share/xephem/fifos/xephem_in_fifo"
 
 #define	TEMPERATURE	10.		/* air temp, C */
 #define	PRESSURE	1010.		/* air pressure, mB */
