forked from mirrors/nixpkgs
fix impurity of lcov install
svn path=/nixpkgs/trunk/; revision=7964
This commit is contained in:
parent
e17d20b6d2
commit
d1e0c693c1
|
@ -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^" \
|
||||
|
|
Loading…
Reference in a new issue