fix impurity of lcov install
svn path=/nixpkgs/trunk/; revision=7964
This commit is contained in:
@@ -4,6 +4,8 @@ installFlags="PREFIX=$out"
|
|||||||
|
|
||||||
preInstall=preInstall
|
preInstall=preInstall
|
||||||
preInstall() {
|
preInstall() {
|
||||||
|
substituteInPlace bin/install.sh --replace /bin/bash $shell
|
||||||
|
|
||||||
for i in bin/*; do
|
for i in bin/*; do
|
||||||
echo "fixing $i..."
|
echo "fixing $i..."
|
||||||
sed -e "s^@PREFIX@^$out^" \
|
sed -e "s^@PREFIX@^$out^" \
|
||||||
|
|||||||
Reference in New Issue
Block a user