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
25e54fe8
Commit
25e54fe8
authored
Mar 24, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack: improve application dir packing
parent
0c5e3491
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
0 deletions
+7
-0
64Gram.sh
repack.d/64Gram.sh
+1
-0
common.sh
repack.d/common.sh
+2
-0
domination-client.sh
repack.d/domination-client.sh
+2
-0
mssql-server.sh
repack.d/mssql-server.sh
+1
-0
vkteams.sh
repack.d/vkteams.sh
+1
-0
No files found.
repack.d/64Gram.sh
View file @
25e54fe8
...
...
@@ -29,6 +29,7 @@ else
subst
"s|^
\"
/|
\"
$PRODUCTDIR
/|"
$SPEC
fi
pack_dir
$PRODUCTDIR
move_file
$PRODUCTDIR
/Telegram
$PRODUCTDIR
/
$PRODUCT
add_bin_link_command
...
...
repack.d/common.sh
View file @
25e54fe8
...
...
@@ -206,6 +206,8 @@ move_to_opt()
subst
"s|
\(
%config.*
\)
\"
$rdir
|
\1
\"
$PRODUCTDIR
|"
$SPEC
subst
"s|^
$rdir
|
$PRODUCTDIR
|"
$SPEC
subst
"s|^
\"
$rdir
|
\"
$PRODUCTDIR
|"
$SPEC
pack_dir
"
$PRODUCTDIR
"
}
# remove absolute path from desktop file
...
...
repack.d/domination-client.sh
View file @
25e54fe8
...
...
@@ -12,6 +12,8 @@ PRODUCTDIR="/opt/Domination/Client"
move_to_opt
"/opt/Domination Client"
subst
"s|/opt/Domination Client/||"
$BUILDROOT
/usr/share/applications/domination-client.desktop
pack_dir
$PRODUCTDIR
add_bin_link_command
install_deps
...
...
repack.d/mssql-server.sh
View file @
25e54fe8
...
...
@@ -3,6 +3,7 @@
# It will be run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
PRODUCTDIR
=
/opt/mssql
.
$(
dirname
$0
)
/common.sh
...
...
repack.d/vkteams.sh
View file @
25e54fe8
...
...
@@ -16,6 +16,7 @@ subst "s|^Summary:.*|Summary: VK Teams|" $SPEC
mkdir
-p
$BUILDROOT$PRODUCTDIR
mv
$BUILDROOT
/
*
$BUILDROOT$PRODUCTDIR
subst
"s|
\"
/|
\"
$PRODUCTDIR
/|"
$SPEC
pack_dir
$PRODUCTDIR
add_bin_exec_command
$PRODUCT
# Hack against https://bugzilla.altlinux.org/43779
...
...
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