mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-13 09:26:37 -04:00
Update paths in snap
This commit is contained in:
parent
5973c05c71
commit
eb6b5d6235
@ -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…
x
Reference in New Issue
Block a user