# HG changeset patch # User Mychaela Falconia # Date 1521052146 0 # Node ID bff57443b0f7ea166a6fa82815b1711a33c9adb0 # Parent 8bdf7eef8b11d2711ab8470dc26d2a5935365f65 lcdemu: pathnames moved to /opt/freecalypso diff -r 8bdf7eef8b11 -r bff57443b0f7 lcdemu/Makefile --- 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} diff -r 8bdf7eef8b11 -r bff57443b0f7 lcdemu/xrm.c --- 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 #include "globals.h" -static char appdefaults_pathname[] = - "/usr/local/share/freecalypso/lcdemu-defaults"; +static char appdefaults_pathname[] = "/opt/freecalypso/X11/lcdemu-defaults"; load_resources() {