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