diff options
Diffstat (limited to 'hello_cangjie_eur.spec')
-rw-r--r-- | hello_cangjie_eur.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hello_cangjie_eur.spec b/hello_cangjie_eur.spec index ba137c4..8004a0c 100644 --- a/hello_cangjie_eur.spec +++ b/hello_cangjie_eur.spec @@ -1,5 +1,5 @@ Name: hello-cangjie-eur -Version: 0.0.5 +Version: 0.0.6 Release: 1%{?dist} Summary: Cangjie Eur demo. License: MIT @@ -26,6 +26,8 @@ A demo for Cangjie and Eur. %prep %autosetup -n %{name}-%{version} +cd %{_builddir}/%{name}-%{version} +bash ./create_crt_links.sh %build cd %{_builddir} |