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
Nurlan
eepm
Commits
43340341
Commit
43340341
authored
Feb 08, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm: use CONFIGDIR and use etc/ as CONFIGDIR in git
parent
268b2bb6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
3 deletions
+10
-3
epm
bin/epm
+4
-3
play.d
etc/play.d
+2
-0
prescription.d
etc/prescription.d
+2
-0
repack.d
etc/repack.d
+2
-0
No files found.
bin/epm
View file @
43340341
...
...
@@ -26,9 +26,10 @@ if [ "$0" = "/dev/stdin" ] || [ "$0" = "sh" ] ; then
PROGNAME
=
""
fi
# will replaced
to
/usr/share/eepm during install
# will replaced
with
/usr/share/eepm during install
SHAREDIR
=
$PROGDIR
CONFIGDIR
=
$PROGDIR
/..
# will replaced with /etc/eepm during install
CONFIGDIR
=
$PROGDIR
/../etc
load_helper
()
{
...
...
@@ -111,7 +112,7 @@ quoted_args=
direct_args
=
# load system wide config
[
-f
/etc/eepm/eepm.conf
]
&&
.
/etc/eepm
/eepm.conf
[
-f
$CONFIGDIR
/eepm.conf
]
&&
.
$CONFIGDIR
/eepm.conf
case
$PROGNAME
in
...
...
etc/play.d
0 → 120000
View file @
43340341
../
play
.
d
\ No newline at end of file
etc/prescription.d
0 → 120000
View file @
43340341
../
prescription
.
d
\ No newline at end of file
etc/repack.d
0 → 120000
View file @
43340341
../
repack
.
d
\ No newline at end of file
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