kodiPackages.jellycon: remove hardcoded /build
This commit is contained in:
parent
692e4c9207
commit
211b0f55b6
@ -29,7 +29,7 @@ buildKodiAddon rec {
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
mv /build/source/addon.xml $out${addonDir}/${namespace}/
|
||||
cp -v addon.xml $out${addonDir}/$namespace/
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user