projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22dbd77
)
fix typo
author
Nicolas Thill
<nico@openwrt.org>
Thu, 27 Sep 2007 01:10:47 +0000
(
01:10
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Thu, 27 Sep 2007 01:10:47 +0000
(
01:10
+0000)
SVN-Revision: 9043
libs/curl/Makefile
patch
|
blob
|
history
diff --git
a/libs/curl/Makefile
b/libs/curl/Makefile
index fc40151d9c9146759731c45b66e81c902d2aab41..3cc611cebb63f986fdc16ed825741942ba301731 100644
(file)
--- a/
libs/curl/Makefile
+++ b/
libs/curl/Makefile
@@
-101,7
+101,7
@@
define Build/UninstallDev
rm -rf $(STAGING_DIR)/usr/bin/curl-config \
$(STAGING_DIR)/usr/include/curl \
$(STAGING_DIR)/usr/lib/libcurl.{a,so*} \
- $(STAGING_DIR)/usr/lib/pkconfig/libcurl.pc
+ $(STAGING_DIR)/usr/lib/pk
g
config/libcurl.pc
endef
define Package/curl/install