* Don't try to auto-include documentation in Debian packages.
svn path=/nixpkgs/trunk/; revision=14737
This commit is contained in:
@@ -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 \;
|
||||||
|
|||||||
Reference in New Issue
Block a user