about summary refs log tree commit diff stats
path: root/profile/chicken.sh.disabled
blob: 975c830f1d286775205b19fe437764566b4992fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## chicken scheme -*- sh -*-
# Enable local installation (i.e., without root)

## XXX: Disabled because I simply install chicken from source in $LOCAL_PREFIX,
## which automagically makes everything correct.

# m455 | lol fuck i dont even know, ill just use root like a shmuck

export CHICKEN_INSTALL_REPOSITORY="$XDG_DATA_HOME/chicken/eggs"

# m455 | ohh i think the CHICKEN_REPOSITORY_PATH is overriding where it's trying
# to find core modules. maybe ill just use that thing in makefiles instead of
# globally

export CHICKEN_REPOSITORY_PATH="$XDG_DATA_HOME/chicken/eggs"