1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-29 00:38:53 +03:00

mplayer: oops, have to create /etc/mplayer first

This commit is contained in:
David Kühling 2011-04-30 14:11:55 +02:00
parent 6bfc32e709
commit ad04b8f8c7

View File

@ -157,7 +157,7 @@ endef
define Package/MPlayer/install
$(INSTALL_DIR) \
$(1)/usr/bin \
$(1)/usr/share/mplayer
$(1)/etc/mplayer
$(INSTALL_BIN) \
$(PKG_BUILD_DIR)/mplayer \