Fix libtiff install (this time for real).
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 28 Sep 2008 20:35:23 +0000 (20:35 +0000)
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 28 Sep 2008 20:35:23 +0000 (20:35 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12776 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/tiff/Makefile

index 77a7032..e238af5 100644 (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