git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
b1d81f5
)
taglib: fix typo
author
Rosen Penev
<redacted>
Thu, 3 Jun 2021 04:07:46 +0000
(21:07 -0700)
committer
Rosen Penev
<redacted>
Thu, 3 Jun 2021 04:07:46 +0000
(21:07 -0700)
Signed-off-by: Rosen Penev <redacted>
libs/taglib/Makefile
patch
|
blob
|
history
diff --git
a/libs/taglib/Makefile
b/libs/taglib/Makefile
index 876ab8a7fca9a256a857daf7956a15daf25b0ca5..90942dec8eb27fe6f52306aa88c2d7960da7da09 100644
(file)
--- a/
libs/taglib/Makefile
+++ b/
libs/taglib/Makefile
@@
-56,7
+56,7
@@
define Build/InstallDev
$(LN) ../../usr/bin/taglib-config $(2)/bin/taglib-config
endef
-define Package/taglib/
I
nstall
+define Package/taglib/
i
nstall
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libtag.so.* $(1)/usr/lib/
endef
git clone https://git.99rst.org/PROJECT