[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ATI driver



Flavio Stanchina wrote:
Philip Clark wrote:

I am trying to install the ATI driver on Debian unstable [...]
tar: --remove-files: Cannot stat: No such file or directory

Hmmm... an old version of tar without the --remove-files option? Or, more likely, a non-GNU tar? What does tar --version say there?

OK, got it, the problem is tar 1.15 currently in sid: Options must come before file names now. You need to edit debian/rules and change the offending tar command like this:

  tar czf fglrx-kernel-src.tar.gz --remove-files modules

Sorry for the inconvenience.

--
Ciao, Flavio