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
f671efc6
Commit
f671efc6
authored
Dec 30, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack scripts: fix bug with echo using
parent
bf3b0a0d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
icq.sh
repack.d/icq.sh
+1
-1
vkteams.sh
repack.d/vkteams.sh
+1
-1
No files found.
repack.d/icq.sh
View file @
f671efc6
...
...
@@ -49,5 +49,5 @@ pack_file /usr/share/applications/$PRODUCT.desktop
mkdir
-p
$BUILDROOT
/usr/share/pixmaps/
epm tool eget
-O
$BUILDROOT
/usr/share/pixmaps/
$PRODUCT
.png https://dashboard.snapcraft.io/site_media/appmedia/2020/04/icq_copy.png
[
-s
$BUILDROOT
/usr/share/pixmaps/
$PRODUCT
.png
]
&&
pack_file /usr/share/pixmaps/
$PRODUCT
.png
||
"echo
Can't download icon for the program."
[
-s
$BUILDROOT
/usr/share/pixmaps/
$PRODUCT
.png
]
&&
pack_file /usr/share/pixmaps/
$PRODUCT
.png
||
echo
"
Can't download icon for the program."
subst
"s|.*/opt/icq/unittests.*||"
$SPEC
repack.d/vkteams.sh
View file @
f671efc6
...
...
@@ -48,5 +48,5 @@ pack_file /usr/share/applications/$PRODUCT.desktop
ICONURL
=
https://is1-ssl.mzstatic.com/image/thumb/Purple122/v4/a8/36/64/a83664d6-9401-a8a4-c845-89e0c3ab0c89/icons-bundle.png/246x0w.png
mkdir
-p
$BUILDROOT
/usr/share/pixmaps/
epm tool eget
-O
$BUILDROOT
/usr/share/pixmaps/
$PRODUCT
.png
$ICONURL
[
-s
$BUILDROOT
/usr/share/pixmaps/
$PRODUCT
.png
]
&&
pack_file /usr/share/pixmaps/
$PRODUCT
.png
||
"echo
Can't download icon for the program."
[
-s
$BUILDROOT
/usr/share/pixmaps/
$PRODUCT
.png
]
&&
pack_file /usr/share/pixmaps/
$PRODUCT
.png
||
echo
"
Can't download icon for the program."
subst
"s|.*
$PRODUCTDIR
/unittests.*||"
$SPEC
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