kodiPackages.jellycon: remove hardcoded /build

This commit is contained in:
Peder Bergebakken Sundt 2024-08-02 22:59:42 +02:00
parent 692e4c9207
commit 211b0f55b6

View File

@ -29,7 +29,7 @@ buildKodiAddon rec {
'';
postInstall = ''
mv /build/source/addon.xml $out${addonDir}/${namespace}/
cp -v addon.xml $out${addonDir}/$namespace/
'';
propagatedBuildInputs = [