aboutsummarylogtreecommitdiffstats
path: root/0002-allow-changing-absolute-environment-file-destination.patch
blob: 41af90e64a0283e86a0ee0e77511274d405d19c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/lucidglyph.sh b/lucidglyph.sh
--- lucidglyph.sh
+++ lucidglyph.sh
@@ -38,9 +38,9 @@
 DEST_USR_USR="${DESTDIR:-$HOME}${DEST_USR_USR:-/.local}"
 
 # environment
 ENVIRONMENT_DIR="$SRC_DIR/environment"
-DEST_ENVIRONMENT="$DEST_CONF/environment"
+DEST_ENVIRONMENT="${DEST_ENVIRONMENT:-$DEST_CONF/environment}"
 
 # fontconfig
 FONTCONFIG_DIR="$SRC_DIR/fontconfig"
 DEST_FONTCONFIG_DIR="$DEST_CONF/fonts/conf.d"