From 54030188086d72dec6bc163e36557b0df94368bb Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Fri, 4 Jan 2008 21:03:11 +0000 Subject: [PATCH] syntax error. --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 98d5722..75292e6 100755 --- a/build.sh +++ b/build.sh @@ -96,10 +96,10 @@ for pkgs in ../build/config.${pldistro}/bootstrapfs-*.pkgs ; do done # Disable splaying of cron. - echo > ${vdir}/etc/sysconfig/crontab + echo > ${vref}/etc/sysconfig/crontab # Add site_admin account - chroot ${vdir} /usr/sbin/useradd -p "" -u 502 -m site_admin + chroot ${vref} /usr/sbin/useradd -p "" -u 502 -m site_admin # Create a copy of the ${NAME} bootstrap filesystem w/o the base # bootstrap filesystem and make it smaller. This is a three step -- 2.43.0