mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-19 20:36:05 -04:00
Update paths in snap
This commit is contained in:
parent
8fa43273fc
commit
7e342ea1a0
@ -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