summaryrefslogtreecommitdiffstats
path: root/ffi/Makefile
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-08-16 14:28:26 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-08-16 14:28:26 +0200
commit3c28ddc069ecebfdb282a35291c8aecd9fd1d11b (patch)
tree06cc02e50510f15e5d0a055181d23fc306dde6c2 /ffi/Makefile
parent533047c9bf6d56f3935a32033e21696fbbc6d705 (diff)
ffi: Fix pkgconfig generation.
Diffstat (limited to 'ffi/Makefile')
-rw-r--r--ffi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi/Makefile b/ffi/Makefile
index 02de21b7..b94df62a 100644
--- a/ffi/Makefile
+++ b/ffi/Makefile
@@ -36,7 +36,7 @@ install: sequoia.pc
$(INSTALL) -d $(DESTDIR)$(PREFIX)/share/pkgconfig
sed -e 's|VERSION|$(VERSION)|g' \
-e 's|PREFIX|$(PREFIX)|g' \
- sequoia.pc \
+ sequoia.pc.in \
> $(DESTDIR)$(PREFIX)/share/pkgconfig/sequoia.pc
$(INSTALL) -d $(DESTDIR)$(PREFIX)/include
$(INSTALL) -t $(DESTDIR)$(PREFIX)/include include/sequoia.h