create logs symlink later so that builder doesn't stumble on it

svn path=/nixpkgs/trunk/; revision=24665
This commit is contained in:
Michael Raskin 2010-11-11 19:57:46 +00:00
parent 07d9d421a7
commit 4f920af24a

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation {
configureFlags =
"--with-nicklen=100 --with-topiclen=360 --enable-openssl=${openssl}";
preInstall = "mkdir -p \${out}/ ; ln -s /home/ircd \${out}/logs;";
postInstall = "echo postinstall; mkdir -p \${out}/ ; rm -rf \${out}/logs ; ln -s /home/ircd \${out}/logs;";
meta = {
description = "An IPv6-capable IRC server";