mike wrote:
> I ran the whle thing as root I did the folling script
>
> bash -e
>
>
>
> for package in $(grep -v '^#' ../proto-7.7.md5 | awk '{print $2}')
> do
> packagedir=${package%.tar.bz2}
> tar -xf $package
> pushd $packagedir
> ./configure $XORG_CONFIG
> $AS_ROOT "make install"
> popd
> rm -r $packagedir
> done
Don't top post.
You have to define AS_ROOT. For now, change the line to
su -c "make install"
or
sudo make install
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page