Bug fix.
This commit is contained in:
parent
8ebf1542d5
commit
ebd1409432
1 changed files with 1 additions and 1 deletions
2
jhalfs
2
jhalfs
|
@ -878,7 +878,7 @@ restore-lfs-env:
|
||||||
mv -v /home/lfs/.bash_profile.XXX /home/lfs/.bash_profile; \\
|
mv -v /home/lfs/.bash_profile.XXX /home/lfs/.bash_profile; \\
|
||||||
fi;
|
fi;
|
||||||
@chown lfs:lfs /home/lfs/.bash* && \\
|
@chown lfs:lfs /home/lfs/.bash* && \\
|
||||||
@touch \$@
|
touch \$@
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
) >> $MKFILE
|
) >> $MKFILE
|
||||||
|
|
Reference in a new issue