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
5468b3f5
Commit
5468b3f5
authored
Nov 11, 2020
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improve anydesk repack
parent
e55e6434
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
epm
bin/epm
+1
-1
anydesk.sh
repack.d/anydesk.sh
+7
-2
No files found.
bin/epm
View file @
5468b3f5
...
...
@@ -358,7 +358,7 @@ check_option()
exit
0
;;
--verbose
)
# HELPOPT: verbose mode
verbose
=
1
verbose
=
"--verbose"
;;
--skip-installed
)
# HELPOPT: skip already installed packages during install
skip_installed
=
1
...
...
repack.d/anydesk.sh
View file @
5468b3f5
...
...
@@ -6,8 +6,13 @@ SPEC="$2"
PRODUCT
=
anydesk
mkdir
-p
$BUILDROOT
/etc/systemd/system
ln
-sf
/usr/share/anydesk/files/systemd/anydesk.service
$BUILDROOT
/etc/systemd/system/anydesk.service
mkdir
-p
$BUILDROOT
/etc/systemd/system
/
mv
-fv
$BUILDROOT
/usr/share/anydesk/files/systemd/anydesk.service
$BUILDROOT
/etc/systemd/system/anydesk.service
subst
"s|/usr/share/anydesk/files/systemd/anydesk.service|/etc/systemd/system/anydesk.service|g"
$SPEC
mkdir
-p
$BUILDROOT
/etc/rc.d/init.d/
mv
-fv
$BUILDROOT
/usr/share/anydesk/files/init/anydesk
$BUILDROOT
/etc/rc.d/init.d/anydesk
subst
"s|.*/etc/default/NetworkManager.*||"
$BUILDROOT
/etc/rc.d/init.d/anydesk
subst
"s|/usr/share/anydesk/files/init/anydesk|/etc/rc.d/init.d/anydesk|"
$SPEC
#subst '1iAutoProv:no' $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