* Don't try to auto-include documentation in Debian packages.
svn path=/nixpkgs/trunk/; revision=14737
This commit is contained in:
parent
7a0f6b1a40
commit
5d27947703
@ -52,7 +52,7 @@ vmTools.runInLinuxImage (stdenv.mkDerivation (
|
|||||||
installCommand = ''
|
installCommand = ''
|
||||||
export LOGNAME=root
|
export LOGNAME=root
|
||||||
|
|
||||||
${checkinstall}/sbin/checkinstall -y -D make install
|
${checkinstall}/sbin/checkinstall --nodoc -y -D make install
|
||||||
|
|
||||||
ensureDir $out/debs
|
ensureDir $out/debs
|
||||||
find . -name "*.deb" -exec cp {} $out/debs \;
|
find . -name "*.deb" -exec cp {} $out/debs \;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user