From 47d2419bc2006c6a3f2724f85031813676af43af Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Thu, 7 Dec 2017 22:52:36 -0500 Subject: [PATCH] change config file to sync with debbuild --- pd/src/s_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pd/src/s_file.c b/pd/src/s_file.c index 8ffcffcaf..c12bb98b6 100644 --- a/pd/src/s_file.c +++ b/pd/src/s_file.c @@ -46,7 +46,7 @@ void sys_doflags( void); #ifdef UNIX -#define USER_CONFIG_DIR ".pd-l2ork" +#define USER_CONFIG_DIR ".purr-data" static char *sys_prefbuf; -- GitLab