create logs symlink later so that builder doesn't stumble on it
svn path=/nixpkgs/trunk/; revision=24665
This commit is contained in:
parent
07d9d421a7
commit
4f920af24a
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue