Hello there!

I am in the section titled "Xorg Protocol Headers"

I am in the directory /sources/xc/proto/

I issue the command:

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

And it yields me the result: "tar: >: Cannot open.  No such file or directory"

Any idea of the cause of this?

Thanks!
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to