diff options
-rw-r--r-- | busybox.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.spec b/busybox.spec index 39ead4c..04106b3 100644 --- a/busybox.spec +++ b/busybox.spec @@ -23,7 +23,7 @@ project, including configuration, build, internationalization, help files, etc. "Hello World" 程序, 包含 FOSS 项目所需的所有部分, 包括配置, 构建, 国际化, 帮助文件等. %prep -%setup -q -n %{name}-%{version} +%setup -q -n hello-2.10 %build %configure |