diff options
Diffstat (limited to 'profile/chicken.sh.disabled')
-rw-r--r-- | profile/chicken.sh.disabled | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/profile/chicken.sh.disabled b/profile/chicken.sh.disabled new file mode 100644 index 0000000..975c830 --- /dev/null +++ b/profile/chicken.sh.disabled | |||
@@ -0,0 +1,15 @@ | |||
1 | ## chicken scheme -*- sh -*- | ||
2 | # Enable local installation (i.e., without root) | ||
3 | |||
4 | ## XXX: Disabled because I simply install chicken from source in $LOCAL_PREFIX, | ||
5 | ## which automagically makes everything correct. | ||
6 | |||
7 | # m455 | lol fuck i dont even know, ill just use root like a shmuck | ||
8 | |||
9 | export CHICKEN_INSTALL_REPOSITORY="$XDG_DATA_HOME/chicken/eggs" | ||
10 | |||
11 | # m455 | ohh i think the CHICKEN_REPOSITORY_PATH is overriding where it's trying | ||
12 | # to find core modules. maybe ill just use that thing in makefiles instead of | ||
13 | # globally | ||
14 | |||
15 | export CHICKEN_REPOSITORY_PATH="$XDG_DATA_HOME/chicken/eggs" | ||