* Don't try to auto-include documentation in Debian packages.

svn path=/nixpkgs/trunk/; revision=14737
This commit is contained in:
Eelco Dolstra 2009-03-27 14:13:49 +00:00
parent 7a0f6b1a40
commit 5d27947703

View file

@ -52,7 +52,7 @@ vmTools.runInLinuxImage (stdenv.mkDerivation (
installCommand = ''
export LOGNAME=root
${checkinstall}/sbin/checkinstall -y -D make install
${checkinstall}/sbin/checkinstall --nodoc -y -D make install
ensureDir $out/debs
find . -name "*.deb" -exec cp {} $out/debs \;