浏览代码

Need to create %_bindir first

Alois Mahdal 7 年前
父节点
当前提交
547c4797f4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      bisq-exchange.spec.in

+ 1
- 1
bisq-exchange.spec.in 查看文件

29
     } > bisq-exchange
29
     } > bisq-exchange
30
 
30
 
31
 %install
31
 %install
32
-    mkdir -p "%{buildroot}/opt/bisq-exchange"
32
+    mkdir -p "%{buildroot}/opt/bisq-exchange" "%{buildroot}%{_bindir}"
33
     cp -r ./[a-z0-9]* "%{buildroot}/opt/bisq-exchange"
33
     cp -r ./[a-z0-9]* "%{buildroot}/opt/bisq-exchange"
34
     install -m 0755 bisq-exchange "%{buildroot}/opt/bisq-exchange"
34
     install -m 0755 bisq-exchange "%{buildroot}/opt/bisq-exchange"
35
     ln -sT "/opt/bisq-exchange/bisq-exchange" "%{buildroot}${_bindir}/bisq-exchange"
35
     ln -sT "/opt/bisq-exchange/bisq-exchange" "%{buildroot}${_bindir}/bisq-exchange"