[arch-dev-public] Finishing the /usr move

Sébastien Luttringer seblu at seblu.net
Fri May 31 07:03:59 EDT 2013


On Fri, May 31, 2013 at 12:02 PM, Allan McRae <allan at archlinux.org> wrote:
> And it is now in the [testing] repository.
>
> A reminder of the upgrade instructions:
>
>
> 1) Fix any non-official packages with files in /bin, /sbin or /usr/sbin
> to put those files in /usr/bin.  The list of packages to be fixed can be
> generated using:
> $ comm -12 <(pacman -Qqm) <(pacman -Qqo /bin /sbin /usr/sbin | sort -u)
>
A sort is needed for the first pacman call.

$ comm -12 <(pacman -Qqm) <(pacman -Qqo /bin /sbin /usr/sbin | sort
-u)
...
comm: file 1 is not in sorted order

Cheers,


More information about the arch-dev-public mailing list