소스 검색

Fix typo in macro expanding syntax

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

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

@@ -32,7 +32,7 @@ The decentralized bitcoin exchange https://bisq.network
32 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
-    ln -sT "/opt/bisq-exchange/bisq-exchange" "%{buildroot}${_bindir}/bisq-exchange"
35
+    ln -sT "/opt/bisq-exchange/bisq-exchange" "%{buildroot}%{_bindir}/bisq-exchange"
36 36
     find "%{buildroot}/opt/bisq-exchange" | LC_ALL=C sort > all.list
37 37
     find "%{buildroot}/opt/bisq-exchange" -type d | LC_ALL=C sort > dirs.list
38 38
     sed -i -e "s|^%{buildroot}||" all.list dirs.list