Преглед изворни кода

Add launcher symlink to /usr/bin

Alois Mahdal пре 6 година
родитељ
комит
db2b44035e
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2
    0
      bisq-exchange.spec.in

+ 2
- 0
bisq-exchange.spec.in Прегледај датотеку

@@ -32,6 +32,7 @@ The decentralized bitcoin exchange https://bisq.network
32 32
     mkdir -p "%{buildroot}/opt/bisq-exchange"
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 36
     find "%{buildroot}/opt/bisq-exchange" | LC_ALL=C sort > all.list
36 37
     find "%{buildroot}/opt/bisq-exchange" -type d | LC_ALL=C sort > dirs.list
37 38
     sed -i -e "s|^%{buildroot}||" all.list dirs.list
@@ -39,6 +40,7 @@ The decentralized bitcoin exchange https://bisq.network
39 40
     comm -23 all.list dirs.list >> files-section
40 41
 
41 42
 %files -f files-section
43
+%{_bindir}/bisq-exchange
42 44
 /opt/bisq-exchange/bisq-exchange
43 45
 
44 46
 %changelog