Use proper name for pkgconfig file.

This commit is contained in:
Laurence Withers 2006-07-31 17:12:16 +01:00
parent 4b388163b8
commit 0dc93ec013
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ install_header ${libutf8pp_HEADER} ${INCLUDEDIR} 0644 || return 1
# install pkgconfig file # install pkgconfig file
echo "Installing package config file into ${PKGCONFDIR}" echo "Installing package config file into ${PKGCONFDIR}"
PKGCONFFILE=${PKGCONFDIR}/libutf8pp.pc PKGCONFFILE=${PKGCONFDIR}/libutf8++.pc
do_cmd rm -f ${PKGCONFFILE} do_cmd rm -f ${PKGCONFFILE}
do_cmd_redir ${PKGCONFFILE} sed \ do_cmd_redir ${PKGCONFFILE} sed \
-e "s,@VERSION@,${VERSION}," \ -e "s,@VERSION@,${VERSION}," \