mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-05 04:07:12 +02:00
mplayer: oops, have to create /etc/mplayer first
This commit is contained in:
parent
6bfc32e709
commit
ad04b8f8c7
@ -157,7 +157,7 @@ endef
|
|||||||
define Package/MPlayer/install
|
define Package/MPlayer/install
|
||||||
$(INSTALL_DIR) \
|
$(INSTALL_DIR) \
|
||||||
$(1)/usr/bin \
|
$(1)/usr/bin \
|
||||||
$(1)/usr/share/mplayer
|
$(1)/etc/mplayer
|
||||||
|
|
||||||
$(INSTALL_BIN) \
|
$(INSTALL_BIN) \
|
||||||
$(PKG_BUILD_DIR)/mplayer \
|
$(PKG_BUILD_DIR)/mplayer \
|
||||||
|
Loading…
Reference in New Issue
Block a user