1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

fix impurity of lcov install

svn path=/nixpkgs/trunk/; revision=7964
This commit is contained in:
Martin Bravenboer 2007-02-21 11:40:12 +00:00
parent e17d20b6d2
commit d1e0c693c1

View file

@ -4,6 +4,8 @@ installFlags="PREFIX=$out"
preInstall=preInstall
preInstall() {
substituteInPlace bin/install.sh --replace /bin/bash $shell
for i in bin/*; do
echo "fixing $i..."
sed -e "s^@PREFIX@^$out^" \