1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-05 04:33:17 +03:00

urjtag: fix typo

This commit is contained in:
Xiangfu 2012-06-16 17:16:48 +08:00
parent 1ec3c83b70
commit f5eefbc3d3

View File

@ -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))