fix libX11 compile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9914 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-12-25 02:54:51 +00:00
parent 9513ae51a5
commit 8dd065283f

View File

@ -81,6 +81,7 @@ endef
define Build/InstallDev
$(call libtool_fixup_libdir,$(PKG_INSTALL_DIR))
$(INSTALL_DIR) $(1)
$(CP) $(PKG_INSTALL_DIR)/* $(1)
endef