diff options
author | CoprDistGit <infra@openeuler.org> | 2025-01-13 07:57:35 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-01-13 07:57:35 +0000 |
commit | eb787df40230ae4c26f26606de5227c718ca4aa7 (patch) | |
tree | f2c4f9668c1d8e0f5ceb08a2b413c0ae2dde35f8 | |
parent | 442b068bfc4cbc99a0b5a269c7cc77846f92ca91 (diff) |
automatic import of file-clas
-rw-r--r-- | file-clas.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/file-clas.spec b/file-clas.spec index 4c019b8..22b4b16 100644 --- a/file-clas.spec +++ b/file-clas.spec @@ -35,9 +35,11 @@ if [ ! -f Cangjie.tar.gz ]; then fi tar zxvf Cangjie.tar.gz -source ./cangjie/envsetup.sh + %install +cd %{_builddir}/%{name}-%{version} +source cangjie/envsetup.sh cjpm build |