(05-24-2020, 11:12 AM)--- Wrote: "I'm a persistent bastard..." Who controlled their origin?
lol ... it took me a minute to get that one.
Here's the output when I try to build lisgd. Whatever is going on, it's not working. Any ideas?
lisgd build options:
CDFLAGS =
LDFLAGS = -linput
CC = cc
cc -c lisgd.c
lisgd.c: In function 'die':
lisgd.c:40:2: warning: format not a format arguments [-Wformat-security]
40 | fprint(stderr, msg);
| ^~~~~~~
cc -g -o lisgd lisgd.o -linput
mkdir -p /bin
cp -f lisgd /bin
chmod 755 /bin/lisgd
-------------------------------------------------------------------------
Edit: it turns out that lisgd IS building. If I kill lisgd after building it, and then run /bin/lisgd, it runs with the new commands. However, if I reboot, the changes are lost.
So here's the oddity, changes to sxmo-dwm are getting written to the sdcard. They're permanent.
But changes to lisgd appear to be written to RAM only. They don't persist.
Any ideas as to how to write the changes to the card?