1 |
# $Id: e-smith-base.spec,v 1.60 2020/11/15 03:35:47 jpp Exp $ |
# $Id: e-smith-base.spec,v 1.61 2020/11/15 03:58:06 jpp Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - base module |
Summary: e-smith server and gateway - base module |
4 |
%define name e-smith-base |
%define name e-smith-base |
2055 |
|
|
2056 |
%build |
%build |
2057 |
|
|
2058 |
LEXICONS=$(find root/etc/e-smith/web/functions -type f 2>dev/null| grep -v CVS) |
LEXICONS=$(find root/etc/e-smith/web/functions -type f 2>/dev/null| grep -v CVS) |
2059 |
|
|
2060 |
for lexicon in $LEXICONS |
for lexicon in $LEXICONS |
2061 |
do |
do |