forked from mirrors/nixpkgs
* Standards compliance.
svn path=/nixpkgs/trunk/; revision=9476
This commit is contained in:
parent
dcb59e3541
commit
54111f87ba
|
@ -3,5 +3,5 @@ source $stdenv/setup
|
|||
mkdir -p $out/xml/dtd/docbook
|
||||
cd $out/xml/dtd/docbook
|
||||
unpackFile $src
|
||||
find -type f -exec chmod -x {} \;
|
||||
find . -type f -exec chmod -x {} \;
|
||||
eval "$postInstall"
|
||||
|
|
Loading…
Reference in a new issue