mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 21:17:46 +00:00
8 lines
134 B
Bash
8 lines
134 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
. $stdenv/setup || exit 1
|
||
|
|
||
|
mkdir -p $out/xml/dtd/docbook || exit 1
|
||
|
cd $out/xml/dtd/docbook || exit 1
|
||
|
unzip $src || exit 1
|