mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
media-tv/plex-media-server: Remove redundant dodir
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -61,7 +61,6 @@ src_install() {
|
||||
# Move the config to the correct place
|
||||
local CONFIG_VANILLA="/etc/default/plexmediaserver"
|
||||
local CONFIG_PATH="/etc/${_SHORTNAME}"
|
||||
dodir "${CONFIG_PATH}"
|
||||
insinto "${CONFIG_PATH}"
|
||||
doins "${CONFIG_VANILLA#/}"
|
||||
sed -e "s#${CONFIG_VANILLA}#${CONFIG_PATH}/${_APPNAME}#g" -i "${S}"/usr/sbin/start_pms || die
|
||||
|
||||
@@ -66,7 +66,6 @@ src_install() {
|
||||
# Move the config to the correct place
|
||||
local config_vanilla="/etc/default/plexmediaserver"
|
||||
local config_path="/etc/${_SHORTNAME}"
|
||||
dodir "${config_path}"
|
||||
insinto "${config_path}"
|
||||
doins "${config_vanilla#/}"
|
||||
sed -e "s#${config_vanilla}#${config_path}/${_APPNAME}#g" -i "${S}"/usr/sbin/start_pms || die
|
||||
|
||||
Reference in New Issue
Block a user