From: Ben Gras Date: Fri, 9 Sep 2005 13:23:34 +0000 (+0000) Subject: Restore /usr/ast X-Git-Tag: v3.1.0~139 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=0c12711e93506063aff94e0cd111d10f17321049;p=minix.git Restore /usr/ast --- diff --git a/etc/Makefile b/etc/Makefile index 0c1134ffe..32bb4236b 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -21,7 +21,7 @@ install:: cd /dev && sh /usr/src/commands/scripts/MAKEDEV.sh null cd /dev && sh /usr/src/commands/scripts/MAKEDEV.sh std 2>/dev/null @echo "Making user homedirs.." - for u in bin ast root; do (cd ast && tar cf - .[a-z]* ) | (cd ~$$u && tar xf - ); chown -R $$u ~$$u; done + for u in /usr/ast ~root; do (cd ast && tar cf - .[a-z]* ) | (cd $$u && tar xf - ); done postinstall: binsizes normal