podcastindex-db: move output to /share subdirectory
This commit is contained in:
@@ -28,8 +28,8 @@ stdenv.mkDerivation {
|
|||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
||||||
mkdir $out
|
mkdir -p $out/share/podcastindex
|
||||||
cp podcastindex_feeds.csv $out
|
cp podcastindex_feeds.csv $out/share/podcastindex
|
||||||
|
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
Reference in New Issue
Block a user