Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 465674 Details for
Bug 611338
media-tv/plex-media-server version bump with bug fixes to previous ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patches for virtualenv to work
virtualenvize_start_pms.patch (text/plain), 839 bytes, created by
ephemer0l
on 2017-03-01 22:13:02 UTC
(
hide
)
Description:
patches for virtualenv to work
Filename:
MIME Type:
Creator:
ephemer0l
Created:
2017-03-01 22:13:02 UTC
Size:
839 bytes
patch
obsolete
>--- a/usr/sbin/start_pms 2017-03-01 13:35:28.340489280 -0500 >+++ b/usr/sbin/start_pms 2017-03-01 13:36:05.574540305 -0500 >@@ -8,16 +8,20 @@ > export PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR="${HOME}/Library/Application Support" > if [ -f /etc/default/locale ]; then > export LANG="`cat /etc/default/locale|awk -F '=' '/LANG=/{print $2}'|sed 's/"//g'`" > export LC_ALL="$LANG" > fi > > test -f /etc/default/plexmediaserver && . /etc/default/plexmediaserver > >+# Activate python virtualenv >+. "${PLEX_MEDIA_SERVER_HOME}"/Resources/Python/bin/activate >+ >+ > if [ ! -d "$PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR" ] > then > mkdir -p "$PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR" > if [ ! $? -eq 0 ] > then > echo "WARNING COULDN'T CREATE $PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR, MAKE SURE I HAVE PERMISSON TO DO THAT!" > exit 1 > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 611338
:
465670
| 465674