Made building of homedirs actually work ($ -> $$ makefile/shell variable issue)
This commit is contained in:
parent
0659fe8d99
commit
8fbefdeddc
@ -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…
x
Reference in New Issue
Block a user