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
462c6fdd
Commit
462c6fdd
authored
Apr 22, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eepm.spec: move serv.conf to Makefile and standalone file
parent
0690eea5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
Makefile
Makefile
+1
-0
eepm.spec
eepm.spec
+0
-4
serv.conf
etc/serv.conf
+5
-0
No files found.
Makefile
View file @
462c6fdd
...
...
@@ -21,6 +21,7 @@ install_common:
mkdir
-p
$(DESTDIR)$(sysconfdir)/eepm/
cp
-a
etc/eepm.conf
$(DESTDIR)$(sysconfdir)/eepm/
cp
-a
etc/serv.conf
$(DESTDIR)$(sysconfdir)/eepm/
cp
-a
etc/*.list
$(DESTDIR)$(sysconfdir)/eepm/
mkdir
-p
$(DESTDIR)$(mandir)/man1
...
...
eepm.spec
View file @
462c6fdd
...
...
@@ -81,10 +81,6 @@ This package contains yum like frontend for Etersoft EPM package manager.
datadir=%_datadir bindir=%_bindir mandir=%_mandir \
sysconfdir=%_sysconfdir version=%version-%release
cat <<EOF >%buildroot%_sysconfdir/eepm/serv.conf
# serv config (will insource in serv shell script)
EOF
mkdir -p %buildroot%_sysconfdir/bash_completion.d/
install -m 0644 bash_completion/serv %buildroot%_sysconfdir/bash_completion.d/serv
install -m 0644 bash_completion/cerv %buildroot%_sysconfdir/bash_completion.d/cerv
...
...
etc/serv.conf
0 → 100644
View file @
462c6fdd
# serv config (will insource in serv shell script)
#verbose=--verbose
#quiet=1
#short=--short
#non_interactive=--auto
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