From e7029356b4ad182646bbd033e4e3ae83cc37562b Mon Sep 17 00:00:00 2001 From: lars Date: Sun, 28 Sep 2008 20:35:23 +0000 Subject: [PATCH] Fix libtiff install (this time for real). git-svn-id: svn://svn.openwrt.org/openwrt/packages@12776 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/tiff/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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