Fix libtiff install (this time for real).

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12776 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars 2008-09-28 20:35:23 +00:00
parent e9ee844e2d
commit e7029356b4

View File

@ -38,7 +38,7 @@ define Build/InstallDev
$(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/
endef
define Package/libtiff/Install
define Package/libtiff/install
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/lib*so* $(1)/usr/lib/
endef