mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
mpg123: fix installation by adding a missing backslash
Fix the installation command by adding a missing "\". Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
@@ -88,7 +88,7 @@ define Package/mpg123/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) \
|
||||
$(PKG_INSTALL_DIR)/usr/bin/mpg123{,-id3dump,-strip} \
|
||||
$(PKG_INSTALL_DIR)/usr/bin/out123
|
||||
$(PKG_INSTALL_DIR)/usr/bin/out123 \
|
||||
$(1)/usr/bin
|
||||
|
||||
$(INSTALL_DIR) $(1)/usr/lib/mpg123
|
||||
|
||||
Reference in New Issue
Block a user