diff options
-rw-r--r-- | lanshitou.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lanshitou.spec b/lanshitou.spec index d0d9271..706bc43 100644 --- a/lanshitou.spec +++ b/lanshitou.spec @@ -34,7 +34,7 @@ if [ ! -f Cangjie.tar.gz ]; then %endif fi -tar zxvf Cangjie.tar.gz +tar xvf Cangjie.tar.gz %install rm -rf %{buildroot} |