projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33476ae
)
[packages] libshout: fix typo introduced in r18824
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 18 Dec 2009 16:33:11 +0000
(16:33 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 18 Dec 2009 16:33:11 +0000
(16:33 +0000)
SVN-Revision: 18829
libs/libshout/Makefile
patch
|
blob
|
history
diff --git
a/libs/libshout/Makefile
b/libs/libshout/Makefile
index 2421e6d371cf3ddf1fda4481722644dd2536cf24..a3ac2ffae8b811fde08b0d5e5f4fb88723f5316d 100644
(file)
--- a/
libs/libshout/Makefile
+++ b/
libs/libshout/Makefile
@@
-59,7
+59,7
@@
define Build/InstallDev
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libshout.{a,so*} $(1)/usr/lib/
$(INSTALL_DIR) $(1)/usr/lib/pkgconfig
$(SED) 's|/usr/include|$(STAGING_DIR)/usr/include|' \
- (PKG_INSTALL_DIR)/usr/lib/pkgconfig/shout.pc
+
$
(PKG_INSTALL_DIR)/usr/lib/pkgconfig/shout.pc
$(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/shout.pc $(1)/usr/lib/pkgconfig/
endef