Made building of homedirs actually work ($ -> $$ makefile/shell variable issue)
This commit is contained in:
parent
0659fe8d99
commit
8fbefdeddc
1 changed files with 1 additions and 1 deletions
|
@ -20,4 +20,4 @@ install::
|
|||
@echo "Making devices.."
|
||||
cd /dev && sh /usr/src/commands/scripts/MAKEDEV.sh std 2>/dev/null
|
||||
@echo "Making user homedirs.."
|
||||
for u in bin ast; do (cd ast && tar cf - .[a-z]* ) | (cd ~$u && tar xf - ); done
|
||||
for u in bin ast; do (cd ast && tar cf - .[a-z]* ) | (cd ~$$u && tar xf - ); done
|
||||
|
|
Loading…
Reference in a new issue