Commit f7230627 authored by Kevin Deldycke's avatar Kevin Deldycke

Add missing symlink to InventoryBrain.py


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5420 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 808bc51e
%define product ERP5
%define version 0.11
%define release 3
%define release 4
%define zope_home %{_prefix}/lib/zope
%define software_home %{zope_home}/lib/python
......@@ -55,6 +55,7 @@ mkdir /var/lib/zope/PropertySheet
mkdir /var/lib/zope/Constraint
mkdir /var/lib/zope/bt5
ln -s %{software_home}/Products/%{product}/Extensions/zsqlbrain.py /var/lib/zope/Extensions/
ln -s %{software_home}/Products/%{product}/Extensions/InventoryBrain.py /var/lib/zope/Extensions/
mv %{software_home}/Products/%{product}/utils/cvs_update.sh /var/lib/zope/Products/
if [ "`%{_prefix}/bin/zopectl status`" != "daemon manager not running" ] ; then
service zope restart
......@@ -72,6 +73,9 @@ fi
#----------------------------------------------------------------------
%changelog
* Mon Jan 30 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-4mdk
- Add missing symlink to InventoryBrain.py
* Mon Jan 30 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-3mdk
- New build from the CVS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment