Am 29.08.2012 17:56, schrieb Bruce Dubbs:

>
> Yes, we have that fixed in svn and that will make it to the release.
>


to save some time and space, i don't build the posix files but use links:


for tz in etcetera southamerica northamerica europe africa antarctica \
           asia australasia backward pacificnew solar87 solar88 solar89 
systemv; do
     zic -L /dev/null   -d ${ACTDIRD}/usr/share/zoneinfo       -y "sh 
yearistype.sh" ${tz}

     zic -L leapseconds -d ${ACTDIRD}/usr/share/zoneinfo/right -y "sh 
yearistype.sh" ${tz}
done

pushd /usr/share/zoneinfo >/dev/null
for i in $( ls -1 )
do
   case $i in
   right | posix )
     ;;
   *)
     ln -s ../$i posix/$i
     ;;
   esac
done
popd >/dev/null

cp *.tab /usr/share/zoneinfo
zic -d /usr/share/zoneinfo -p America/New_York



tobias


-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to