aboutsummaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.sh b/config.sh
index c15bcc1..c7e2d1e 100755
--- a/config.sh
+++ b/config.sh
@@ -8,7 +8,7 @@ for file in $(find src -type f); do
done
for file in $(find home -type f); do
- export clean=/home/$USER/$(echo $file | cut -c 4-)
- install -o $USER -d $(dirname $clean)
- install -o $USER $file $clean
+ export clean=/home/$USE/$(echo $file | cut -c 4-)
+ install -o $USE -d $(dirname $clean)
+ install -o $USE $file $clean
done