From 46d69d4a1b8d8bdadaedb311196ee1d67756a226 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 26 Nov 2018 19:36:43 +0100 Subject: ffi: Fix installation. --- ffi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffi/Makefile') 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' \ -- cgit v1.2.3