Commit 67ac81e4 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm: set epm_vardir

parent a6220a4e
......@@ -132,7 +132,8 @@ quoted_args=
direct_args=
eget_backend=$EGET_BACKEND
eget_ipfs_db=/var/lib/eepm/eget-ipfs-db.txt
epm_vardir=/var/lib/eepm
eget_ipfs_db=$epm_vardir/eget-ipfs-db.txt
# load system wide config
[ -f $CONFIGDIR/eepm.conf ] && . $CONFIGDIR/eepm.conf
......
......@@ -17,9 +17,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# TODO
epm_vardir=/var/lib/eepm
__check_installed_app()
{
......
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