mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 17:39:34 +00:00
8 lines
156 B
Bash
8 lines
156 B
Bash
source $stdenv/setup
|
|
|
|
mkdir -p $out/xml/dtd/docbook-ebnf
|
|
cd $out/xml/dtd/docbook-ebnf
|
|
cp -p $dtd dbebnf.dtd
|
|
stripHash $catalog
|
|
cp -p $catalog $strippedName
|