No longer regenerate pkg-config's definition file upon install
This commit is contained in:
parent
eec5cdb2b9
commit
c9e010c88f
|
@ -69,13 +69,14 @@ while [ $# -gt 0 ]; do
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#create
|
|
||||||
$SED -e "s,PREFIX,$PREFIX," -e "s,VERSION,$VERSION," "$target.in" \
|
|
||||||
> "$target" || exit 2
|
|
||||||
|
|
||||||
#install
|
#install
|
||||||
if [ "$install" -eq 1 ]; then
|
if [ "$install" -eq 1 ]; then
|
||||||
$DEBUG $MKDIR "$PKGCONFIG" || exit 2
|
$DEBUG $MKDIR "$PKGCONFIG" || exit 2
|
||||||
$DEBUG $INSTALL "$target" "$PKGCONFIG/$target" || exit 2
|
$DEBUG $INSTALL "$target" "$PKGCONFIG/$target" || exit 2
|
||||||
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#create
|
||||||
|
$SED -e "s,PREFIX,$PREFIX," -e "s,VERSION,$VERSION," "$target.in" \
|
||||||
|
> "$target" || exit 2
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue
Block a user