projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9ee844
)
Fix libtiff install (this time for real).
author
lars
<lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 28 Sep 2008 20:35:23 +0000
(20:35 +0000)
committer
lars
<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
patch
|
blob
|
history
diff --git
a/libs/tiff/Makefile
b/libs/tiff/Makefile
index
77a7032
..
e238af5
100644
(file)
--- 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/
I
nstall
+define Package/libtiff/
i
nstall
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/lib*so* $(1)/usr/lib/
endef