1 |
# $Id: e-smith-base.spec,v 1.61 2020/11/15 03:58:06 jpp Exp $ |
# $Id: e-smith-base.spec,v 1.62 2020/11/15 04:00:46 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 |
2041 |
'sme last system user marker' /tmp /bin/false |
'sme last system user marker' /tmp /bin/false |
2042 |
|
|
2043 |
%post |
%post |
2044 |
LEXICONS=$(find /etc/e-smith/locale/*/etc/e-smith/web/panels/password/cgi-bin/userpassword -type f) |
LEXICONS=$(find /etc/e-smith/locale/*/etc/e-smith/web/panels/password/cgi-bin/userpassword -type f 2>/dev/null) |
2045 |
|
|
2046 |
for lexicon in $LEXICONS |
for lexicon in $LEXICONS |
2047 |
do |
do |
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| grep -v CVS) |
2059 |
|
|
2060 |
for lexicon in $LEXICONS |
for lexicon in $LEXICONS |
2061 |
do |
do |