build-sources
来自「Wxpython Implemented on Windows CE, Sou」· 代码 · 共 16 行
TXT
16 行
#!/bin/bash
#----------------------------------------------------------------------
set -o errexit
if [ $skipsource != yes -o $onlysource = yes ]; then
# make the source tarball and srpm
distrib/makerpm 2.4 srpm
# Copy everything to the staging dir
echo "Moving stuff to $STAGING_DIR..."
mv dist/* $STAGING_DIR
fi
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?