mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
8 lines
134 B
Bash
Executable File
8 lines
134 B
Bash
Executable File
#! /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
|