Commit df1327d6 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play flyview-server: add comments about user, create var dir (ALT bug 45630)

parent 1ee3dc9e
......@@ -11,11 +11,13 @@ PKG="https://flyviewvms.ru/distro/flyview-server.deb"
epm install $PKG || exit
# TODO:
echo
echo "
Execute manually:
# groupadd -r ipera
# useradd -r -g ipera ipera
# mkdir -p /opt/ipera/var
# chown ipera:ipera /opt/ipera/var
# chown ipera:ipera /var/lib/ipera
"
echo
echo "Note: run
......
......@@ -22,3 +22,9 @@ fi
filter_from_requires "libldap_r-2.4.so.2(OPENLDAP_2.*)(64bit)" "liblber-2.4.so.2(OPENLDAP_2.*)(64bit)" "ld-linux-.*(GLIBC_PRIVATE)"
filter_from_requires libQt5 libGL libicu
cd $BUILDROOT || exit
mkdir -p var/lib/ipera
pack_dir /var/lib/ipera
ln -s /var/lib/ipera .$PRODUCTDIR/var
pack_file $PRODUCTDIR/var
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