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:
parent
686fec3ce7
commit
0912bdfa92
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user