Browse Source

taglib: fix typo

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 4 years ago
parent
commit
c25c4e3770
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/taglib/Makefile

+ 1
- 1
libs/taglib/Makefile View File

@ -56,7 +56,7 @@ define Build/InstallDev
$(LN) ../../usr/bin/taglib-config $(2)/bin/taglib-config
endef
define Package/taglib/Install
define Package/taglib/install
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libtag.so.* $(1)/usr/lib/
endef


Loading…
Cancel
Save