From 0c12711e93506063aff94e0cd111d10f17321049 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 9 Sep 2005 13:23:34 +0000 Subject: [PATCH] Restore /usr/ast --- etc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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