From 005cde017c931480e55e9af7f565b928d55c1d18 Mon Sep 17 00:00:00 2001 From: Jikstra <34889164+Jikstra@users.noreply.github.com> Date: Sat, 23 Mar 2019 23:45:01 +0100 Subject: [PATCH] fix(ffi): typo in Makefile Former-commit-id: ed36f7ad4498b606298ca7bc4d21060d96bb63ff --- pgp-ffi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgp-ffi/Makefile b/pgp-ffi/Makefile index 3504b87b..13e59ccc 100644 --- a/pgp-ffi/Makefile +++ b/pgp-ffi/Makefile @@ -50,7 +50,7 @@ install: build install -m 644 $(CURDIR)/../target/release/libpgp_ffi$(soext) $(DESTDIR)$(PREFIX)/lib/librpgp$(soext) install -d $(DESTDIR)$(PREFIX)/include/ install -m 644 librpgp.h $(DESTDIR)$(PREFIX)/include/ - install -d $(DESTDIR)$(PREFIX)/lib/pkconfig + install -d $(DESTDIR)$(PREFIX)/lib/pkgconfig install -m 644 $(CURDIR)/../target/release/pkgconfig/rpgp.pc $(DESTDIR)$(PREFIX)/lib/pkgconfig clean: