Skip to content
Snippets Groups Projects
Commit fbf46223 authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

community/open-vm-tools: move vm-support back to /usr/sbin

See 9f3f0c36
parent 78458d23
No related branches found
No related tags found
No related merge requests found
...@@ -134,6 +134,11 @@ package() { ...@@ -134,6 +134,11 @@ package() {
chmod -x "$confdir"/*.conf* chmod -x "$confdir"/*.conf*
mv "$confdir"/tools.conf.example "$confdir"/tools.conf mv "$confdir"/tools.conf.example "$confdir"/tools.conf
# vm-support requires root privileges to run, so it should be in
# /usr/sbin, not /usr/bin.
mkdir -p ./usr/sbin
mv ./usr/bin/vm-support ./usr/sbin/vm-support
# *-vm-default scripts are identical and they are not supposed to be # *-vm-default scripts are identical and they are not supposed to be
# modified by the user, so move the script to /usr/share and symlink back. # modified by the user, so move the script to /usr/share and symlink back.
mkdir -p "$sharedir" mkdir -p "$sharedir"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment