mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
multimarkdown: Move files from $out/ to $out/share/doc/multimarkdown/
Closes #193654
This commit is contained in:
parent
46e8398474
commit
9cf45de9d6
@ -21,6 +21,13 @@ stdenv.mkDerivation rec {
|
||||
patchShebangs tools/enumsToPerl.pl
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
# Move files from $out/ to sub directories to prevent conflicts
|
||||
# with other packages:
|
||||
mkdir -p $out/share/doc/multimarkdown/
|
||||
mv $out/LICENSE.txt $out/README.txt $out/share/doc/multimarkdown/
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
perl
|
||||
|
Loading…
Reference in New Issue
Block a user