Revert "Debundle python2"

This reverts commit bae8f76deb.

Needs more work
This commit is contained in:
Patrick Griffis
2015-10-01 13:21:34 -04:00
parent bae8f76deb
commit e1d5b1af5d
2 changed files with 0 additions and 8 deletions
-5
View File
@@ -18,7 +18,6 @@ arch=('arm' 'armv7h' 'i686' 'x86_64')
url='https://plex.tv/'
license=('custom')
options=('!emptydirs')
depends=('python2')
provides=('plex-media-server')
conflicts=('plex-media-server')
backup=('etc/conf.d/plexmediaserver')
@@ -48,10 +47,6 @@ prepare() {
}
package() {
# It ships what seems to be a vanilla Python, de-bundle that
rm usr/lib/plexmediaserver/libpython2.7.so.1.0
rm -r usr/lib/plexmediaserver/Resources/Python
install -dm 755 "${pkgdir}"/{opt,etc/conf.d,usr/lib/systemd/system}
cp -dr --no-preserve='ownership' usr/lib/plexmediaserver "${pkgdir}"/opt/
install -m 644 plexmediaserver.service "${pkgdir}"/usr/lib/systemd/system/