|
@@ -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
|