aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sh b/config.sh
index c7e2d1e..5b9c376 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/$USE/$(echo $file | cut -c 4-)
+ export clean=/home/${USE}$(echo $file | cut -c 5-)
install -o $USE -d $(dirname $clean)
install -o $USE $file $clean
done