summarylogtreecommitdiffstats
path: root/clean-lang.sh
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2019-10-15 16:58:59 +0200
committerHans-Nikolai Viessmann2019-10-15 16:58:59 +0200
commit1667cef1df7fcb541f8409c66b4817bb6797c50a (patch)
tree76ddc2bc4ac7617597fbbe3e8bbac196c76d0737 /clean-lang.sh
parentac84c3a09b74042ba0f257a798055f9be926a37a (diff)
downloadaur-1667cef1df7fcb541f8409c66b4817bb6797c50a.tar.gz
add two scripts for better global usage
one script is a wrapper around clm, and detects where StdEnv is. The user can for instance copy StdEnv into their CWD, and clm will use this directly. the other script (clenv) allows to user to pro-actively copy StdEnv into their home directory.
Diffstat (limited to 'clean-lang.sh')
-rw-r--r--clean-lang.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/clean-lang.sh b/clean-lang.sh
deleted file mode 100644
index a933cf42a824..000000000000
--- a/clean-lang.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-# These env variables are need to make Clean's compiler and
-# build system to work correctly.
-
-export CLEANLIB=/usr/lib/exe
-export CLEANPATH=/usr/lib/StdEnv