1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

Fixed my stupid mistake..

svn path=/nixpkgs/trunk/; revision=11266
This commit is contained in:
Michael Raskin 2008-03-22 19:51:19 +00:00
parent 58a31ca341
commit 3001f31b44

View file

@ -14,7 +14,7 @@ args : with args; with builderDefs {src="";} null;
cp -r . $out
rm -r $out/logs
mv $out/conf $out/conf.inst
ln -s /var/logs/openfire $out/logs
ln -s /var/log/openfire $out/logs
ln -s /etc/openfire $out/conf
'')
["minInit" "doUnpack" "addInputs"];