Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
73f3fc0b
Commit
73f3fc0b
authored
2 years ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm: introduce epm_cachedir
parent
d1fbd251
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
Makefile
Makefile
+1
-0
epm
bin/epm
+1
-0
eepm.spec
eepm.spec
+1
-0
No files found.
Makefile
View file @
73f3fc0b
...
@@ -37,6 +37,7 @@ install_common:
...
@@ -37,6 +37,7 @@ install_common:
chmod
a+x
$(DESTDIR)$(pkgdatadir)/tools_*
chmod
a+x
$(DESTDIR)$(pkgdatadir)/tools_*
mkdir
-p
$(DESTDIR)/var/lib/eepm/
mkdir
-p
$(DESTDIR)/var/lib/eepm/
mkdir
-p
$(DESTDIR)/var/cache/eepm/
$(cmd_list)
:
$(cmd_list)
:
...
...
This diff is collapsed.
Click to expand it.
bin/epm
View file @
73f3fc0b
...
@@ -137,6 +137,7 @@ direct_args=
...
@@ -137,6 +137,7 @@ direct_args=
eget_backend
=
$EGET_BACKEND
eget_backend
=
$EGET_BACKEND
epm_vardir
=
/var/lib/eepm
epm_vardir
=
/var/lib/eepm
epm_cachedir
=
/var/cache/eepm
eget_ipfs_db
=
$epm_vardir
/eget-ipfs-db.txt
eget_ipfs_db
=
$epm_vardir
/eget-ipfs-db.txt
# load system wide config
# load system wide config
...
...
This diff is collapsed.
Click to expand it.
eepm.spec
View file @
73f3fc0b
...
@@ -84,6 +84,7 @@ a discussion about extra requirements.
...
@@ -84,6 +84,7 @@ a discussion about extra requirements.
%_bindir/distr_info
%_bindir/distr_info
%_bindir/esu
%_bindir/esu
%dir /var/lib/eepm/
%dir /var/lib/eepm/
%dir /var/cache/eepm/
%_man1dir/*
%_man1dir/*
%_datadir/%name/
%_datadir/%name/
%_sysconfdir/bash_completion.d/serv
%_sysconfdir/bash_completion.d/serv
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment