From f5eefbc3d38f794f9c789aca9187b2c3ce572c9b Mon Sep 17 00:00:00 2001 From: Xiangfu Date: Sat, 16 Jun 2012 17:16:48 +0800 Subject: [PATCH] urjtag: fix typo --- urjtag/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urjtag/Makefile b/urjtag/Makefile index b034925..89ca948 100644 --- a/urjtag/Makefile +++ b/urjtag/Makefile @@ -43,7 +43,7 @@ CONFIGURE_ARGS += --with-libusb --with-libftdi --without-ftd2xx \ define Package/urjtag/install $(INSTALL_DIR) \ $(1)/usr/bin/ \ - $(1)/usr/share/urjtag/ \ + $(1)/usr/share/urjtag/ endef $(eval $(call BuildPackage,urjtag))