diff options
author | EuAndreh <eu@euandre.org> | 2022-10-19 11:54:58 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-19 11:54:58 -0300 |
commit | f5763edf230849ad0dc5d9be1b5258ce79c8a2bd (patch) | |
tree | b50d0138f8dbfc95ad8191338f73202fff5cd293 /etc/sh/rc | |
parent | Makefile: Add to generate manpages from POD (diff) | |
download | dotfiles-f5763edf230849ad0dc5d9be1b5258ce79c8a2bd.tar.gz dotfiles-f5763edf230849ad0dc5d9be1b5258ce79c8a2bd.tar.xz |
etc/sh/rc: Move creation of common-lisp/source to Makefile
Diffstat (limited to 'etc/sh/rc')
-rw-r--r-- | etc/sh/rc | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 - # |