Commit 73f3fc0b authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm: introduce epm_cachedir

parent d1fbd251
......@@ -37,6 +37,7 @@ install_common:
chmod a+x $(DESTDIR)$(pkgdatadir)/tools_*
mkdir -p $(DESTDIR)/var/lib/eepm/
mkdir -p $(DESTDIR)/var/cache/eepm/
$(cmd_list):
......
......@@ -137,6 +137,7 @@ direct_args=
eget_backend=$EGET_BACKEND
epm_vardir=/var/lib/eepm
epm_cachedir=/var/cache/eepm
eget_ipfs_db=$epm_vardir/eget-ipfs-db.txt
# load system wide config
......
......@@ -84,6 +84,7 @@ a discussion about extra requirements.
%_bindir/distr_info
%_bindir/esu
%dir /var/lib/eepm/
%dir /var/cache/eepm/
%_man1dir/*
%_datadir/%name/
%_sysconfdir/bash_completion.d/serv
......
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