plex: allow the dataDir to contain spaces by quoting the path
This commit is contained in:
parent
89727b3c9a
commit
ef0b280751
@ -65,7 +65,7 @@ in stdenv.mkDerivation rec {
|
|||||||
RSC=$out/usr/lib/plexmediaserver/Resources
|
RSC=$out/usr/lib/plexmediaserver/Resources
|
||||||
for db in "com.plexapp.plugins.library.db"; do
|
for db in "com.plexapp.plugins.library.db"; do
|
||||||
mv $RSC/$db $RSC/base_$db
|
mv $RSC/$db $RSC/base_$db
|
||||||
ln -s ${dataDir}/.skeleton/$db $RSC/$db
|
ln -s "${dataDir}/.skeleton/$db" $RSC/$db
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user