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
067dd216
Commit
067dd216
authored
3 weeks ago
by
Ivan Mazhukin
Committed by
Vitaly Lipatov
3 weeks ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm pack pantum: fix package name pattern for Astra linux (eterbug #18054)
parent
728d7ed8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
pantum.sh
pack.d/pantum.sh
+5
-3
No files found.
pack.d/pantum.sh
View file @
067dd216
...
...
@@ -16,6 +16,9 @@ elif echo "$TAR" | grep -q "linux_pantum.7z" ; then
elif
echo
"
$TAR
"
|
grep
-q
"pantum.*astra.*_amd64.zip"
;
then
erc
"
$TAR
"
||
fatal
return_tar pantum_
*
_amd64.deb
# from Astra disk: Pantum_Ubuntu_Driver_V1.1.5.tar.gz
elif
echo
"
$TAR
"
|
grep
-q
"Pantum_Ubuntu_Driver_V.*.tar.gz"
;
then
erc
"
$TAR
"
||
fatal
else
fatal
"We support only Pantum Ubuntu Driver V.*.zip"
fi
...
...
@@ -24,13 +27,12 @@ fi
mv
Pantum
*
PantumDriver
||
fatal
cd
PantumDriver/Resources
||
fatal
case
"
$(
epm print info
-a
)
"
in
x86_64
)
PKG
=
"pantum
_*_
amd64.deb"
PKG
=
"pantum
[-_]*[-_]
amd64.deb"
;;
x86
)
PKG
=
"pantum
_*_
i386.deb"
PKG
=
"pantum
[-_]*[-_]
i386.deb"
;;
esac
...
...
This diff is collapsed.
Click to expand it.
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