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
a8d13f64
Commit
a8d13f64
authored
3 months ago
by
Ivan Mazhukin
Committed by
Vitaly Lipatov
3 months ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play slack: fix download link; fix launch (eterbug #17865)
parent
125f5f9b
master
devel
Tags unavailable
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
slack.sh
play.d/slack.sh
+1
-1
slack.sh
repack.d/slack.sh
+3
-2
No files found.
play.d/slack.sh
View file @
a8d13f64
...
...
@@ -13,6 +13,6 @@ pkgtype=rpm
# https://downloads.slack-edge.com/desktop-releases/linux/x64/4.37.94/slack-4.37.94-0.1.el8.x86_64.rpm
mask
=
"
$(
epm print constructname
$PKGNAME
"
$VERSION
-[.09]*"
$arch
$pkgtype
)
"
PKGURL
=
"
$(
eget
--list
--latest
https://slack.com/downloads/instructions/fedora
"
$mask
"
)
"
PKGURL
=
"
$(
eget
--list
--latest
"https://slack.com/downloads/instructions/linux?ddl=1&build=rpm"
"
$mask
"
)
"
install_pkgurl
This diff is collapsed.
Click to expand it.
repack.d/slack.sh
View file @
a8d13f64
...
...
@@ -5,11 +5,12 @@ BUILDROOT="$1"
SPEC
=
"
$2
"
PRODUCT
=
slack
PRODUCTDIR
=
/usr/lib/slack
#
PRODUCTDIR=/usr/lib/slack
.
$(
dirname
$0
)
/common-chromium-browser.sh
#move_to_opt
move_to_opt
"/usr/lib/
$PRODUCT
"
remove_file
"/usr/bin/slack"
fix_chrome_sandbox
...
...
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