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
1490ecba
Commit
1490ecba
authored
Aug 14, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm-repack: add support for EPM_REPACK_SCRIPTS_DIR
parent
74cbd93a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
epm-repack
bin/epm-repack
+4
-2
No files found.
bin/epm-repack
View file @
1490ecba
...
...
@@ -20,6 +20,8 @@
load_helper epm-sh-altlinux
load_helper epm-assure
[
-n
"
$EPM_REPACK_SCRIPTS_DIR
"
]
||
EPM_REPACK_SCRIPTS_DIR
=
"
$CONFIGDIR
/repack.d"
__epm_check_if_needed_repack
()
{
...
...
@@ -168,7 +170,7 @@ EOF
# args: pkgname buildroot spec
__apply_fix_code
()
{
local
repackcode
=
"
$(
realpath
$
CONFIGDIR
/repack.d
/
$1
.sh
)
"
local
repackcode
=
"
$(
realpath
$
EPM_REPACK_SCRIPTS_DIR
/
$1
.sh
)
"
[
-x
"
$repackcode
"
]
||
return
shift
export
PATH
=
$PROGDIR
:
$PATH
...
...
@@ -402,7 +404,7 @@ __epm_repack()
# FIXME: only one package in $@ is supported
#local pkgname="$(epm print name from "$@")"
__set_version_pkgname
"
$1
"
local
repackcode
=
"
$
CONFIGDIR
/repack.d
/
$PKGNAME
.sh"
local
repackcode
=
"
$
EPM_REPACK_SCRIPTS_DIR
/
$PKGNAME
.sh"
if
[
-x
"
$repackcode
"
]
;
then
__epm_repack_to_rpm
"
$@
"
||
return
[
-n
"
$repacked_pkgs
"
]
||
return
...
...
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