소스 검색

Need to create %_bindir first

Alois Mahdal 6 년 전
부모
커밋
547c4797f4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      bisq-exchange.spec.in

+ 1
- 1
bisq-exchange.spec.in 파일 보기

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