cvs-fast-export: patch shebangs in source tree

This allows unit tests to run successfully in chroot build
environments, which lack /usr/bin/env.
This commit is contained in:
Daniel Fox Franke 2015-08-26 15:18:06 -04:00
parent 686fec3ce7
commit 0912bdfa92

View File

@ -25,6 +25,8 @@ mkDerivation rec {
python27 rcs cvs git makeWrapper
];
postPatch = "patchShebangs .";
preBuild = ''
makeFlagsArray=(
XML_CATALOG_FILES="${docbook_xml_dtd_45}/xml/dtd/docbook/catalog.xml ${docbook_xml_xslt}/xml/xsl/docbook/catalog.xml"