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:
parent
58a31ca341
commit
3001f31b44
|
@ -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"];
|
||||
|
|
Loading…
Reference in a new issue