changeset 2:bff57443b0f7

lcdemu: pathnames moved to /opt/freecalypso
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 14 Mar 2018 18:29:06 +0000
parents 8bdf7eef8b11
children 06e900c54ae3
files lcdemu/Makefile lcdemu/xrm.c
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lcdemu/Makefile	Wed Mar 14 18:20:23 2018 +0000
+++ b/lcdemu/Makefile	Wed Mar 14 18:29:06 2018 +0000
@@ -2,7 +2,7 @@
 CFLAGS=	-O2
 PROG=	fc-lcdemu
 OBJS=	globals.o main.o process.o window.o ximage.o xrm.o
-INSTBIN=/usr/local/bin
+INSTBIN=/opt/freecalypso/bin
 
 all:	${PROG}
 
--- a/lcdemu/xrm.c	Wed Mar 14 18:20:23 2018 +0000
+++ b/lcdemu/xrm.c	Wed Mar 14 18:29:06 2018 +0000
@@ -12,8 +12,7 @@
 #include <X11/Xutil.h>
 #include "globals.h"
 
-static char appdefaults_pathname[] =
-		"/usr/local/share/freecalypso/lcdemu-defaults";
+static char appdefaults_pathname[] = "/opt/freecalypso/X11/lcdemu-defaults";
 
 load_resources()
 {