LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 414|回复: 0

有关mplayer的问题请教

[复制链接]
发表于 2008-3-25 08:23:12 | 显示全部楼层 |阅读模式
for i in en ; do \
                if test "$i" = en ; then \
                        install -c -m 644 DOCS/man/en/mplayer.1 /usr/share/man/man1/ ; \
                else \
                        install -d /usr/share/man/$i/man1 ; \
                        install -c -m 644 DOCS/man/$i/mplayer.1 /usr/share/man/$i/man1/ ; \
                fi ; \
        done
make -C libmpdemux libmpmux.a
make[1]: Entering directory `/home/tay0314/桌面/mplayer/MPlayer-1.0rc2/libmpdemux'
make[1]: `libmpmux.a' is up to date.
make[1]: Leaving directory `/home/tay0314/桌面/mplayer/MPlayer-1.0rc2/libmpdemux'
install -m 755 -s mencoder /usr/bin
for i in en ; do \
                if test "$i" = en ; then \
                        cd /usr/share/man/man1 && ln -sf mplayer.1 mencoder.1 ; \
                else \
                        cd /usr/share/man/$i/man1 && ln -sf mplayer.1 mencoder.1 ; \
                fi ; \
        done
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表