* --fstrans=no for building debian packages

svn path=/nixpkgs/trunk/; revision=15859
This commit is contained in:
Rob Vermaas 2009-06-05 10:42:14 +00:00
parent 3f036ae7ce
commit 8c3809729c

View file

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