wallabag: Move docs to correct directory
This commit is contained in:
parent
745dadf139
commit
299af45989
@ -22,7 +22,8 @@ stdenv.mkDerivation rec {
|
||||
''; # exposes $WALLABAG_DATA
|
||||
|
||||
installPhase = ''
|
||||
mv docs $doc/
|
||||
mkdir -p $doc/share/doc
|
||||
mv docs $doc/share/doc/wallabag
|
||||
mkdir $out/
|
||||
cp -R * $out/
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user