Commit b2e8431f authored by Kevin Deldycke's avatar Kevin Deldycke

Fix bad symlink


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5249 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d7ae509a
%define product ERP5
%define version 0.10
%define release 5
%define release 6
%define zope_home %{_prefix}/lib/zope
%define software_home %{zope_home}/lib/python
......@@ -44,7 +44,7 @@ very short time.
mkdir /var/lib/zope/Extensions
mkdir /var/lib/zope/PropertySheet
mkdir /var/lib/zope/Constraint
ln -s %{software_home}/Products/%{name}/Extensions/zsqlbrain.py /var/lib/zope/Extensions/
ln -s %{software_home}/Products/%{product}/Extensions/zsqlbrain.py /var/lib/zope/Extensions/
if [ "`%{_prefix}/bin/zopectl status`" != "daemon manager not running" ] ; then
service zope restart
fi
......@@ -61,6 +61,9 @@ fi
#----------------------------------------------------------------------
%changelog
* Mon Jan 23 2006 Kevin Deldycke <kevin@nexedi.com> 0.10-6mdk
- Fix bad symlink
* Thu Jan 19 2006 Kevin Deldycke <kevin@nexedi.com> 0.10-5mdk
- Don't need Translation Service Zope product for ERP5
......
%define product ZSQLCatalog
%define version 0.10
%define release 2
%define release 3
%define zope_home %{_prefix}/lib/zope
%define software_home %{zope_home}/lib/python
......@@ -41,7 +41,7 @@ which can be connected to any SQL relationnal database through ZSQLMethods.
%post
mkdir /var/lib/zope/Extensions
ln -s %{software_home}/Products/%{name}/zsqlbrain.py /var/lib/zope/Extensions/
ln -s %{software_home}/Products/%{product}/zsqlbrain.py /var/lib/zope/Extensions/
if [ "`%{_prefix}/bin/zopectl status`" != "daemon manager not running" ] ; then
service zope restart
fi
......@@ -58,6 +58,9 @@ fi
#----------------------------------------------------------------------
%changelog
* Mon Jan 23 2006 Kevin Deldycke <kevin@nexedi.com> 0.10-3mdk
- Fix bad symlink
* Thu Jan 19 2006 Kevin Deldycke <kevin@nexedi.com> 0.10-2mdk
- Add missing custom post-command
......
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