diff options
-rwxr-xr-x | config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |