shithub: mc

Download patch

ref: 7680e160787aad4408be9535856f4c3a2ba72337
parent: 782bc5755dc32b9386b17f49b756b250c38c703d
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Jun 22 17:03:23 EDT 2014

Fix typo in makefile.

--- a/libcryptohash/mk/myr.mk
+++ b/libcryptohash/mk/myr.mk
@@ -66,7 +66,7 @@
 	@if [ ! -z "$(_LIBNAME)" ]; then \
 		echo install -m 644 $(_LIBNAME) $(abspath $(DESTDIR)/$(INST_ROOT)/lib/myr); \
 		echo install -m 644 $(MYRLIB) $(abspath $(DESTDIR)/$(INST_ROOT)/lib/myr); \
-		mkdir -p $(abspath $(DESTDIR)/$(INST_ROOT)/lib/myr; \
+		mkdir -p $(abspath $(DESTDIR)/$(INST_ROOT)/lib/myr); \
 		install -m 644 $(_LIBNAME) $(abspath $(DESTDIR)/$(INST_ROOT)/lib/myr); \
 		install -m 644 $(MYRLIB) $(abspath $(DESTDIR)/$(INST_ROOT)/lib/myr); \
 	fi