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
31c56444
Commit
31c56444
authored
Jan 10, 2026
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm pack generic-appimage.sh: fix BASEDIR to use full unpacked directory name
parent
42c48023
Pipeline
#16801
canceled with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
generic-appimage.sh
pack.d/generic-appimage.sh
+3
-2
No files found.
pack.d/generic-appimage.sh
View file @
31c56444
...
...
@@ -25,6 +25,9 @@ PRODUCT="$(basename $alpkg .AppImage)"
# unpack AppImage
erc unpack
$TAR
||
fatal
# BASEDIR is the unpacked directory (full name without extension)
BASEDIR
=
"
$PRODUCT
"
# try separate VERSION from PRODUCT
if
[
-z
"
$VERSION
"
]
;
then
PRODUCT
=
"
${
PRODUCT
/-x86_64/
}
"
...
...
@@ -32,8 +35,6 @@ if [ -z "$VERSION" ] ; then
[
-n
"
$VERSION
"
]
&&
PRODUCT
=
"
$(
echo
"
$PRODUCT
"
|
sed
-e
"s|[-_.]
$VERSION
.*||"
)
"
[
-n
"
$VERSION
"
]
&&
VERSION
=
"
$(
echo
"
$VERSION
"
|
sed
-e
's|^v||'
)
"
fi
BASEDIR
=
"
$PRODUCT
"
[
-L
"
$BASEDIR
"
]
&&
[
-d
"AppDir"
]
&&
BASEDIR
=
"AppDir"
# try get version from X-AppImage-Version
...
...
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