mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
b86f5facff
svn path=/nixpkgs/trunk/; revision=317
8 lines
145 B
Bash
Executable File
8 lines
145 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/bin/unzip $src || exit 1
|