Changeset 9915 for packaging/centuryegg

Show
Ignore:
Timestamp:
01/26/10 09:44:40 (2 years ago)
Author:
davidm
Message:

Routes is required for building sjsoft 1.10

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • packaging/centuryegg/makeall

    r9911 r9915  
    4949fi 
    5050./build-rpms Genshi Routes ZSI xlwt html5lib multiprocessing "pyparsing==1.5.1" "CherryPy>=3.0" || exit 
     51if [ "x`rpm -qa Routes`" == "x" ] 
     52then 
     53    sudo rpm -Uvh `ls rpms/Routes-*.{${rpm_arch},noarch}.rpm` 
     54fi 
    5155./build-rpms Creoleparser || exit 
    5256if [ "x`rpm -qa libxml2-devel`" == "x" ]