diff options
| author | Vicent Marti <tanoku@gmail.com> | 2010-12-23 00:48:35 +0200 |
|---|---|---|
| committer | Vicent Marti <tanoku@gmail.com> | 2010-12-23 00:48:35 +0200 |
| commit | f46496558472b7d39c9e3eadf02be1f8ef4f6512 (patch) | |
| tree | d9d9617a97c673d39914b0f12624f01d9fd12fce /wscript | |
| parent | e035685f272579a8620741aaad521540712c0725 (diff) | |
| parent | bd6eb23022e0f8d8bbd04d587f402731294f8a68 (diff) | |
| download | libgit2-f46496558472b7d39c9e3eadf02be1f8ef4f6512.tar.gz | |
Merge branch 'waf-pkgconfig-typo' of https://github.com/marvil07/libgit2
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ def build_library(bld, build_type): # On Unix systems, build the Pkg-config entry file if bld.env.PLATFORM == 'unix' and bld.is_install: - bld(rule="""sed -e 's#@prefix@#$(prefix)#' -e 's#@libdir@#$(libdir)#' < ${SRC} > ${TGT}""", + bld(rule="""sed -e 's#@prefix@#${PREFIX}#' -e 's#@libdir@#${LIBDIR}#' < ${SRC} > ${TGT}""", source='libgit2.pc.in', target='libgit2.pc', install_path='${LIBDIR}/pkgconfig', |
