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
1219c6bb
Commit
1219c6bb
authored
Apr 26, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm-repack-rpm: add support --debug for alien using
parent
038eb8da
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
epm-repack-rpm
bin/epm-repack-rpm
+5
-2
No files found.
bin/epm-repack-rpm
View file @
1219c6bb
...
...
@@ -98,6 +98,7 @@ __epm_repack_to_rpm()
local
pkg
=
"
$1
"
# Note: install epm-repack for static (package based) dependencies
assure_exists cpio
assure_exists alien
assure_exists fakeroot
...
...
@@ -144,8 +145,10 @@ __epm_repack_to_rpm()
fakeroot
=
''
!
is_root
&&
is_command fakeroot
&&
fakeroot
=
'fakeroot'
if
[
-n
"
$verbose
"
]
;
then
docmd
$fakeroot
alien
--generate
--to-rpm
$verbose
$scripts
"../
$alpkg
"
||
fatal
if
[
-n
"
$verbose
"
]
||
[
-n
"
$debug
"
]
;
then
verbose1
=
"
$verbose
"
[
-n
"
$debug
"
]
&&
verbose1
=
"--veryverbose"
docmd
$fakeroot
alien
--generate
--to-rpm
$verbose1
$scripts
"../
$alpkg
"
||
fatal
else
showcmd
$fakeroot
alien
--generate
--to-rpm
$scripts
"../
$alpkg
"
a
=
''
$fakeroot
alien
--generate
--to-rpm
$scripts
"../
$alpkg
"
>
/dev/null
||
fatal
...
...
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