summaryrefslogtreecommitdiffstats
path: root/ffi
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-11-26 19:36:43 +0100
committerJustus Winter <justus@sequoia-pgp.org>2018-11-26 19:50:41 +0100
commit46d69d4a1b8d8bdadaedb311196ee1d67756a226 (patch)
tree1cf553e6d673e98d159380de2a4f7b81bd70d2ee /ffi
parentb67341afdc1890769630eaa38f07a63539d1ea30 (diff)
ffi: Fix installation.
Diffstat (limited to 'ffi')
-rw-r--r--ffi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi/Makefile b/ffi/Makefile
index b379ac80..60447429 100644
--- a/ffi/Makefile
+++ b/ffi/Makefile
@@ -42,7 +42,7 @@ examples:
build-release:
.PHONY: install
-install: sequoia.pc
+install:
$(INSTALL) -d $(DESTDIR)$(PREFIX)/share/pkgconfig
sed -e 's|VERSION|$(VERSION)|g' \
-e 's|PREFIX|$(PREFIX)|g' \