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
Vladislav
eepm
Commits
c5ae0ab7
Commit
c5ae0ab7
authored
Apr 27, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm pack 1c83-client: fix unpacking, use erc
parent
bbb9c176
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
10 deletions
+4
-10
1c83-client.sh
pack.d/1c83-client.sh
+4
-10
No files found.
pack.d/1c83-client.sh
View file @
c5ae0ab7
...
...
@@ -7,16 +7,10 @@ RETURNTARNAME="$2"
# unpack if something like server64_8_3_22_1851.tar.gz
if
echo
"
$(
basename
"
$FILENAME
"
)
"
|
grep
-q
"^server.._8_3.*tar
\.
gz$"
;
then
tdir
=
$(
mktemp
-d
)
trap
"rm -fr
$tdir
"
EXIT
# FIXME: erc?
epm
install
--skip-installed
tar
||
fatal
CURDIR
=
"
$(
pwd
)
"
cd
$tdir
||
fatal
a
=
tar
xvfz
$FILENAME
||
fatal
FILENAME
=
"
$(
echo
$tdir
/setup-full-8.
*
.run
)
"
echo
"Tarball detected, unpacking ..."
erc
"
$FILENAME
"
||
fatal
# server64_8_3_22_1851.tar
FILENAME
=
"
$(
echo
server
*
/setup-full-8.
*
.run
)
"
fi
# with run with setup-full.*.run file
...
...
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