From: lars Date: Sun, 28 Sep 2008 20:35:23 +0000 (+0000) Subject: Fix libtiff install (this time for real). X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=e7029356b4ad182646bbd033e4e3ae83cc37562b;p=packages.git Fix libtiff install (this time for real). git-svn-id: svn://svn.openwrt.org/openwrt/packages@12776 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/tiff/Makefile b/libs/tiff/Makefile index 77a703212..e238af56b 100644 --- a/libs/tiff/Makefile +++ b/libs/tiff/Makefile @@ -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