From 57e2fc548e913978a8206d44603b3c06f8add8da Mon Sep 17 00:00:00 2001 From: DTB Date: Thu, 31 Aug 2023 16:17:56 -0400 Subject: [PATCH] sxmo wont work with symlinks --- trinitystuff/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trinitystuff/Makefile b/trinitystuff/Makefile index d05a16f..9b3dd32 100644 --- a/trinitystuff/Makefile +++ b/trinitystuff/Makefile @@ -7,7 +7,7 @@ $(HOME)/.aliases: sh/aliases $(HOME)/.config/sxmo/profile: sxmo/profile mkdir -p .config/sxmo/profile - ln -s sxmo/profile $(HOME)/.config/sxmo/profile + cp sxmo/profile $(HOME)/.config/sxmo/profile $(HOME)/.ctwmrc: ctwm/ctwmrc cp ctwm/ctwmrc $(HOME)/.ctwmrc