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
1
Merge Requests
1
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
160a0871
Commit
160a0871
authored
Feb 08, 2026
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erc: support repack for any format pair with 7z backend
parent
0e1ae098
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
tools_erc
bin/tools_erc
+2
-5
No files found.
bin/tools_erc
View file @
160a0871
...
@@ -262,7 +262,7 @@ test_archive()
...
@@ -262,7 +262,7 @@ test_archive()
}
}
__repack_
zip_tar
()
__repack_
via_tmp
()
{
{
sfile
=
"
$(
realpath
-s
"
$1
"
)
"
sfile
=
"
$(
realpath
-s
"
$1
"
)
"
dfile
=
"
$(
realpath
-s
"
$2
"
)
"
dfile
=
"
$(
realpath
-s
"
$2
"
)
"
...
@@ -296,11 +296,8 @@ repack_archive()
...
@@ -296,11 +296,8 @@ repack_archive()
tar.
*
-tar
.
*
)
tar.
*
-tar
.
*
)
docmd
$HAVE_7Z
x
-so
"
$1
"
|
$HAVE_7Z
a
-si
"
$2
"
docmd
$HAVE_7Z
x
-so
"
$1
"
|
$HAVE_7Z
a
-si
"
$2
"
;;
;;
zip-tar
)
__repack_zip_tar
"
$1
"
"
$2
"
;;
*
)
*
)
fatal
"Not yet supported repack
$ftype
to
$ttype
archives in 7z mode (try install patool)
"
__repack_via_tmp
"
$1
"
"
$2
"
;;
;;
esac
esac
...
...
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