Skip to content

Commit

Permalink
fix(ffi): typo in Makefile
Browse files Browse the repository at this point in the history
Former-commit-id: ed36f7a
  • Loading branch information
Jikstra authored and dignifiedquire committed Mar 23, 2019
1 parent 370888f commit 005cde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgp-ffi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 005cde0

Please sign in to comment.