From f5763edf230849ad0dc5d9be1b5258ce79c8a2bd Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 19 Oct 2022 11:54:58 -0300 Subject: etc/sh/rc: Move creation of common-lisp/source to Makefile --- etc/sh/rc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'etc/sh/rc') diff --git a/etc/sh/rc b/etc/sh/rc index 0ae2cdf..ecb49b7 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -266,11 +266,6 @@ if [ -r "$F" ]; then . "$F" fi -mkdir -p "$XDG_DATA_HOME"/common-lisp -if [ ! -e "$XDG_DATA_HOME"/common-lisp/source ]; then - ln -s "$SRC"/libre "$XDG_DATA_HOME"/common-lisp/source -fi - # -- cgit v1.2.3