Use proper name for pkgconfig file.
This commit is contained in:
parent
4b388163b8
commit
0dc93ec013
|
@ -22,7 +22,7 @@ install_header ${libutf8pp_HEADER} ${INCLUDEDIR} 0644 || return 1
|
|||
|
||||
# install pkgconfig file
|
||||
echo "Installing package config file into ${PKGCONFDIR}"
|
||||
PKGCONFFILE=${PKGCONFDIR}/libutf8pp.pc
|
||||
PKGCONFFILE=${PKGCONFDIR}/libutf8++.pc
|
||||
do_cmd rm -f ${PKGCONFFILE}
|
||||
do_cmd_redir ${PKGCONFFILE} sed \
|
||||
-e "s,@VERSION@,${VERSION}," \
|
||||
|
|
Loading…
Reference in New Issue