[xmonad] Issue 93 in xmonad: "unclean" reinstallation of xmonad
fails to restart (sometimes)
codesite-noreply at google.com
codesite-noreply at google.com
Thu Nov 22 05:25:13 EST 2007
Issue 93: "unclean" reinstallation of xmonad fails to restart (sometimes)
http://code.google.com/p/xmonad/issues/detail?id=93
Comment #7 by valery.vv:
Having read http://hackage.haskell.org/trac/ghc/ticket/1372#comment:4 ,
I wonder, is it re-configuration step causing troubles?
I mean, what if I exclude configure steps from my `rebuild-xmonad.sh'
(see below). I don't see problems with this as far as there are no
changes to .cabal files.
$ cat ~/bin/rebuild-xmonad.sh
#!/bin/sh
set -e
cd ~/src/xmonad
runhaskell Setup.lhs configure --prefix=$HOME --user
runhaskell Setup.lhs build
rm `which xmonad`
runhaskell Setup.lhs install
cd ~/src/XMonadContrib
runhaskell Setup.lhs configure --prefix=$HOME --user
runhaskell Setup.lhs build
runhaskell Setup.lhs install
rm -fv ~/.xmonad/xmonad{,.hi,.o}
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
More information about the xmonad
mailing list