
On Sun, Aug 31, 2014 at 05:18:59PM +0800, lilydjwg wrote:
On Sun, Aug 31, 2014 at 01:00:21AM +0200, Dominik Peteler wrote:
Hello Martin,
this is indeed an annoying behaviour of pacman. I use the following trick:
pacman -Syu --ignore $(pacman -Qqu | grep "haskell-" | tr '\n' ',')
There are probably other solutions with sed, awk, ...
You can just use this (note the quote):
pacman -Syu --ignore 'haskell-*'
I suspect you can avoid the quotes by using pacman -Syu --ignore haskell-\* /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus@therning.org jabber: magnus@therning.org twitter: magthe http://therning.org/magnus Any fool can write code that a computer can understand. Good programmers write code that humans can understand. -- Martin Fowler