Merge pull request #23956 from volth/icewm-cfgdir

icewm: fix CFGDIR
This commit is contained in:
Jörg Thalheim 2017-03-16 18:16:51 +01:00 committed by GitHub
commit 5795e5cd4d

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
}; };
preConfigure = '' preConfigure = ''
export cmakeFlags="-DPREFIX=$out" export cmakeFlags="-DPREFIX=$out -DCFGDIR=/etc/icewm"
''; '';
meta = { meta = {