mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-03 05:42:35 -04:00
Update paths in snap
This commit is contained in:
parent
5973c05c71
commit
eb6b5d6235
1 changed files with 3 additions and 3 deletions
|
@ -138,7 +138,7 @@ parts:
|
|||
source-type: tar
|
||||
plugin: autotools
|
||||
autotools-configure-parameters:
|
||||
- "--with-libevent-dir=/root/parts/libevent/install/usr/local"
|
||||
- "--with-libevent-dir=/build/onionshare/parts/libevent/install/usr/local"
|
||||
build-packages:
|
||||
- libssl-dev
|
||||
- zlib1g-dev
|
||||
|
@ -171,5 +171,5 @@ parts:
|
|||
source-tag: v0.37.0
|
||||
override-build: |
|
||||
cd meek-client
|
||||
mkdir -p /root/parts/meek-client/install/bin
|
||||
go build -o /root/parts/meek-client/install/bin/meek-client ./...
|
||||
mkdir -p /build/onionshare/meek-client/install/bin
|
||||
go build -o /build/onionshare/meek-client/install/bin/meek-client ./...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue